@charset "UTF-8";
/* CSS Document */
html {
  font-size: 100px;
}
html.js-focus-visible {
  font-size: medium;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  background-color: #2E2E2E;
  min-height: var(--window_height);
}

.click_nav {
  max-height: var(--window_height);
  overflow: hidden;
}

.activeCss.active .activeWeb {
  display: block;
}
.activeCss.active .activeHide {
  display: none;
}
.activeCss.active .activeFweb {
  display: flex;
}
.activeCss.active .activeFhide {
  display: none;
}
.activeCss .activeWeb {
  display: none;
}
.activeCss .activeHide {
  display: inline-block;
}
.activeCss .activeFweb {
  display: none;
}
.activeCss .activeFhide {
  display: flex;
}

/*共享样式*/
:root {
  --znbg: #f3f3f7;
  --coloricon: #BBC5CD;
  --tt: #282828;
  --tt2: #959595;
  --tt3: #404040;
  --dd: #929292;
  --dd2: #dfdfdf;
  --dd3: #B1B1B1;
  --dd4: #9F9F9F;
  --dd5: #B0B0B0;
  --dd6: #5F5F5F;
  --placeholder-color: #C7C7C7;
  --dd7: #666666;
  --wrong: #E50000;
  --rich: #888888;
  --gridtt: #6F6F6F;
  --sj: #efefef;
  --gray: #c6c6c6;
  --line: #e9e9e9;
  --bg1: #F6F0E8;
  --bg2: #f5f5f5;
  --bg3: #f8f4ee;
  --timett: #AEAEAE;
  --color5A: #5a5a5a;
  --color7F: #7f7f7f;
  --colorF5: #f5f5f5;
  --color72: #727272;
  --colorFF: #ffffff;
  --colorF2: #f2f2f2;
  --color22: #222222;
  --color26: #262626;
  --color78: #787878;
  --color60: #606060;
  --colorAA: #222222;
  --colorF4: #f4f4f4;
  --colorB6: #b6b6b6;
  --color8d: #8D8D8D;
  --colorDD: #787878;
  --color70: #707070;
  --colorE5: #E50000;
  --colorA0: #A0A0A0;
  --color39: #393939;
  --fourLineTime: 0.1s;
  --fourLineCenterTime: 0.5s;
  --time01: 0.1s;
  --time02: 0.2s;
  --time03: 0.3s;
  --time04: 0.4s;
  --time05: 0.5s;
  --mobile-margin: 4%;
  --container-width: 92%;
  --navheight-default: 148px;
  --navheight: 60px;
  --downnavheight: -90px;
  --pagenavheight: 105px;
  --downpagenavheight: -105px;
  --toolsheight: 66px;
  --menuWidth: 100px;
  --barHeight-txt: 50px;
  --barHeight-img: 90px;
  --logoTop: 46px;
  --logoBot: 50px;
  --logoPage: 70px;
  --border10: 10px;
  --border20: 20px;
  --border30: 30px;
  --border40: 40px;
  --border80: 80px;
  --fz90: 90px;
  --fz80: 80px;
  --fz72: 72px;
  --fz70: 70px;
  --fz60: 60px;
  --fz56: 56px;
  --fz52: 52px;
  --fz50: 50px;
  --fz48: 48px;
  --fz46: 46px;
  --fz40: 40px;
  --fz38: 38px;
  --fz36: 36px;
  --fz30: 30px;
  --fz28: 28px;
  --fz26: 26px;
  --fz24: 24px;
  --fz22: 22px;
  --fz20: 20px;
  --fz18: 18px;
  --fz16: 16px;
  --fz14: 14px;
  --fz12: 12px;
}

.yh {
  color: var(--tt);
}

.font1 {
  font-family: comNum;
}

.color1 {
  color: var(--color1);
}

.color2 {
  color: var(--color2);
}

.color3 {
  color: var(--color3);
}

.color4 {
  color: var(--color4);
}

.color7 {
  color: var(--color7);
}

.bg1 {
  color: var(--bg1);
}

.bg2 {
  color: var(--bg2);
}

.bg3 {
  color: var(--bg3);
}

.timett {
  color: var(--timett);
}

.colortt {
  color: var(--tt);
}

.colortt2 {
  color: var(--tt2);
}

.colortt3 {
  color: var(--tt3);
}

.colordd {
  color: var(--dd);
}

.colordd2 {
  color: var(--dd2);
}

.colordd3 {
  color: var(--dd3);
}

.colordd4 {
  color: var(--dd4);
}

.colordd5 {
  color: var(--dd5);
}

.colordd6 {
  color: var(--dd6);
}

.colordd7 {
  color: var(--dd7);
}

.richtt {
  color: var(--rich);
}

.wrong {
  color: var(--wrong);
}

.gridtt {
  color: var(--gridtt);
}

.linecolor {
  color: var(--line);
}

.color7f {
  color: var(--color7F);
}

.gray {
  color: var(--gray);
}

.color8d {
  color: var(--color8d);
}

.color70 {
  color: var(--color70);
}

.colorE5 {
  color: var(--colorE5);
}

.color39 {
  color: var(--color39);
}

.color72 {
  color: var(--color72);
}

.colorFF {
  color: var(--colorFF);
}

.colorDD {
  color: var(--colorDD);
}

.colorA0 {
  color: var(--colorA0);
}

.color26 {
  color: var(--color26);
}

.color78 {
  color: var(--color78);
}

.color60 {
  color: var(--color60);
}

/*图片通用样式*/
.img-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
}

.norep {
  background-repeat: no-repeat;
}

.imgabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

/**动画样式****/
.de01 {
  animation-delay: 0.1s;
}

.de02 {
  animation-delay: 0.2s;
}

.de03 {
  animation-delay: 0.3s;
}

.de04 {
  animation-delay: 0.4s;
}

.de05 {
  animation-delay: 0.5s;
}

.de10 {
  animation-delay: 1s;
}

.de15 {
  animation-delay: 1.5s;
}

.de2 {
  animation-delay: 2s;
}

.toggleshow.active .toshow {
  opacity: 0;
}
.toggleshow.active .tohide {
  opacity: 1;
}
.toggleshow .toshow {
  opacity: 1;
  transition: all 0.3s;
}
.toggleshow .tohide {
  opacity: 0;
  transition: all 0.3s;
}

.hoverShow:hover .init {
  opacity: 0;
}
.hoverShow:hover .change {
  opacity: 1;
}
.hoverShow .init {
  opacity: 1;
}
.hoverShow .change {
  opacity: 0;
}

.activeCss.active .activeWeb {
  display: block;
}
.activeCss.active .activeHide {
  display: none;
}
.activeCss.active .activeFweb {
  display: flex;
}
.activeCss.active .activeFhide {
  display: none;
}
.activeCss .activeWeb {
  display: none;
}
.activeCss .activeHide {
  display: inline-block;
}
.activeCss .activeFweb {
  display: none;
}
.activeCss .activeFhide {
  display: flex;
}

.lr-tb {
  display: flex;
}

.tb-lr {
  display: flex;
  flex-direction: column;
}

[class*=mygrid] {
  display: grid;
}

.mygrid {
  display: grid;
}

.mygrid4,
.mygrid4-2 {
  grid-template-columns: repeat(4, 1fr);
}

.mygrid3,
.mygrid3-2 {
  grid-template-columns: repeat(3, 1fr);
}

.mygrid2 {
  grid-template-columns: repeat(2, 1fr);
}

.mygrid1 {
  grid-template-columns: repeat(1, 1fr);
}

.pd100 {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.w50 {
  width: 50%;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.max100 {
  width: 100%;
  height: 100%;
}

.mrta {
  margin-top: auto;
}

.mrt14 {
  margin-top: 1.4rem;
}

.mrt1 {
  margin-top: 1rem;
}

.mrt08 {
  margin-top: 0.8rem;
}

.mrt07 {
  margin-top: 0.7rem;
}

.mrt06 {
  margin-top: 0.6rem;
}

.mrt055 {
  margin-top: 0.55rem;
}

.mrt05 {
  margin-top: 0.5rem;
}

.mrt045 {
  margin-top: 0.45rem;
}

.mrt04 {
  margin-top: 0.4rem;
}

.mrt035 {
  margin-top: 0.35rem;
}

.mrt03 {
  margin-top: 0.3rem;
}

.mrt025 {
  margin-top: 0.25rem;
}

.mrt02 {
  margin-top: 0.2rem;
}

.mrt015 {
  margin-top: 0.15rem;
}

.mrt01 {
  margin-top: 0.1rem;
}

.mrt005 {
  margin-top: 0.05rem;
}

.mrt20 {
  margin-top: 20px;
}

.mrlauto {
  margin-left: auto;
}

.mrl02 {
  margin-left: 0.2rem;
}

.mrl025 {
  margin-left: 0.25rem;
}

.mrl01 {
  margin-left: 0.1rem;
}

.mrl015 {
  margin-left: 0.15rem;
}

.mrr02 {
  margin-right: 0.2rem;
}

.mrl04 {
  margin-left: 0.4rem;
}

.mrb0 {
  margin-bottom: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.w50-100 {
  width: 50%;
}

.re {
  position: relative;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

.z7 {
  z-index: 7;
}

.z8 {
  z-index: 8;
}

.z9 {
  z-index: 9;
}

.z10 {
  z-index: 10;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex {
  display: flex;
}

.flex0 {
  flex-shrink: 0;
}

.flex1 {
  flex: 1;
}

.alignS {
  align-items: flex-start;
}

.alignC {
  align-items: center;
}

.alignE {
  align-items: flex-end;
}

.justS {
  justify-content: flex-start;
}

.justC {
  justify-content: center;
}

.justA {
  justify-content: space-around;
}

.justB {
  justify-content: space-between;
}

.justE {
  justify-content: flex-end;
}

/*文字*/
/*文字溢出*/
.ell {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ell2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ell3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ell4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ell5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vcover {
  object-fit: cover;
}

.clicktoggle-li .clicktoggle,
.click-onlyone,
.addClass,
.pointer {
  cursor: pointer;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tdu {
  text-decoration: underline;
}

.oh {
  overflow: hidden;
}

.fw700 {
  font-weight: 700;
}

.lh0 {
  line-height: 0;
}

.lh1 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh2 {
  line-height: 2;
}

.lh22 {
  line-height: 2.2;
}

.lh25 {
  line-height: 2.5;
}

.vh100 {
  height: 100vh;
}
.vh100.hasnav {
  height: calc(100vh - var(--navheight));
}

.fz90 {
  font-size: var(--fz90);
}

.fz80 {
  font-size: var(--fz80);
}

.fz72 {
  font-size: var(--fz72);
}

.fz60 {
  font-size: var(--fz60);
}

.fz56 {
  font-size: var(--fz56);
}

.fz52 {
  font-size: var(--fz52);
}

.fz50 {
  font-size: var(--fz50);
}

.fz48 {
  font-size: var(--fz48);
}

.fz46 {
  font-size: var(--fz46);
}

.fz40 {
  font-size: var(--fz40);
}

.fz38 {
  font-size: var(--fz38);
}

.fz36 {
  font-size: var(--fz36);
}

.fz30 {
  font-size: var(--fz30);
}

.fz28 {
  font-size: var(--fz28);
}

.fz26 {
  font-size: var(--fz26);
}

.fz24 {
  font-size: var(--fz24);
}

.fz22 {
  font-size: var(--fz22);
}

.fz20 {
  font-size: var(--fz20);
}

.fz18 {
  font-size: var(--fz18);
}

.fz16 {
  font-size: var(--fz16);
}

.fz14 {
  font-size: var(--fz14);
}

.fz12 {
  font-size: var(--fz12);
}

.com_prevnext {
  width: 100%;
  margin-top: 60px;
}
.com_prevnext .pnbtn {
  display: flex;
  justify-content: flex-end;
}
.com_prevnext .ah_btn {
  float: inherit;
}
.com_prevnext .btn {
  padding: 0 15px;
  height: 38px;
  line-height: 34px;
}
.com_prevnext .btn.fz18 {
  color: var(--color18);
}
.com_prevnext .btn.fz18:hover {
  background: transparent;
  border-color: var(--color13);
  color: var(--color1);
}
.com_prevnext .btn.fz16 {
  border-color: var(--color1);
  background: var(--color1);
  color: var(--color13);
}
.com_prevnext .btn.fz16:hover {
  background: var(--color2);
  border-color: var(--color2);
  color: var(--color13);
}
.com_prevnext .btn.prev i {
  margin-right: 10px;
  background: url(../images/prev.png) no-repeat;
}
.com_prevnext .btn.next i {
  float: right;
  margin-left: 10px;
  background: url(../images/next.png) no-repeat;
}
.com_prevnext .btn i {
  display: inline-block;
  float: left;
  width: 13px;
  height: 15px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.seemore-p.isoverflow .com-seemore {
  display: block;
}
.seemore-p .com-seemore {
  display: none;
}
.seemore-p .com-seemore .seemore-dd {
  margin-left: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color1);
  color: var(--colorFF);
  font-weight: 700;
  font-size: 20px;
}

[class*=rotateActive-] {
  transition: all 0.5s;
}

.r-common.active .rotateActive-090 {
  transform: rotate(90deg);
}
.r-common.active .rotateActive-0180 {
  transform: rotate(180deg);
}
.r-common.active .rotateActive-0-90 {
  transform: rotate(-90deg);
}
.r-common.active .rotateActive-0-180 {
  transform: rotate(-180deg);
}

[class*=hoverCss-] {
  transition: all 0.5s;
}
[class*=hoverCss-]::after, [class*=hoverCss-]::before {
  transition: all 0.5s;
}

.hoverCss:hover .hoverCss-color1, .hoverCss.swiper-slide-active .hoverCss-color1, .hoverCss.swiper-slide-thumb-active .hoverCss-color1, .hoverCss.swiper-pagination-bullet-active .hoverCss-color1, .hoverCss.active .hoverCss-color1 {
  color: var(--color1) !important;
}
.hoverCss:hover .hoverCss-fw700, .hoverCss.swiper-slide-active .hoverCss-fw700, .hoverCss.swiper-slide-thumb-active .hoverCss-fw700, .hoverCss.swiper-pagination-bullet-active .hoverCss-fw700, .hoverCss.active .hoverCss-fw700 {
  font-weight: 700 !important;
}
.hoverCss:hover .hoverCss-color2, .hoverCss.swiper-slide-active .hoverCss-color2, .hoverCss.swiper-slide-thumb-active .hoverCss-color2, .hoverCss.swiper-pagination-bullet-active .hoverCss-color2, .hoverCss.active .hoverCss-color2 {
  color: var(--color2) !important;
}
.hoverCss:hover .hoverCss-color3, .hoverCss.swiper-slide-active .hoverCss-color3, .hoverCss.swiper-slide-thumb-active .hoverCss-color3, .hoverCss.swiper-pagination-bullet-active .hoverCss-color3, .hoverCss.active .hoverCss-color3 {
  color: var(--color3) !important;
}
.hoverCss:hover .hoverCss-colorFF, .hoverCss.swiper-slide-active .hoverCss-colorFF, .hoverCss.swiper-slide-thumb-active .hoverCss-colorFF, .hoverCss.swiper-pagination-bullet-active .hoverCss-colorFF, .hoverCss.active .hoverCss-colorFF {
  color: var(--colorFF) !important;
}
.hoverCss:hover .hoverCss-bgcolor1, .hoverCss.swiper-slide-active .hoverCss-bgcolor1, .hoverCss.swiper-slide-thumb-active .hoverCss-bgcolor1, .hoverCss.swiper-pagination-bullet-active .hoverCss-bgcolor1, .hoverCss.active .hoverCss-bgcolor1 {
  background-color: var(--color1) !important;
}
.hoverCss:hover .hoverCss-letter2, .hoverCss.swiper-slide-active .hoverCss-letter2, .hoverCss.swiper-slide-thumb-active .hoverCss-letter2, .hoverCss.swiper-pagination-bullet-active .hoverCss-letter2, .hoverCss.active .hoverCss-letter2 {
  letter-spacing: 2px !important;
}
.hoverCss:hover .hoverCss-big05, .hoverCss.swiper-slide-active .hoverCss-big05, .hoverCss.swiper-slide-thumb-active .hoverCss-big05, .hoverCss.swiper-pagination-bullet-active .hoverCss-big05, .hoverCss.active .hoverCss-big05 {
  transform: scale(1.05);
}
.hoverCss:hover .hoverCss-big1, .hoverCss.swiper-slide-active .hoverCss-big1, .hoverCss.swiper-slide-thumb-active .hoverCss-big1, .hoverCss.swiper-pagination-bullet-active .hoverCss-big1, .hoverCss.active .hoverCss-big1 {
  transform: scale(1.1);
}
.hoverCss:hover .hoverCss-big15, .hoverCss.swiper-slide-active .hoverCss-big15, .hoverCss.swiper-slide-thumb-active .hoverCss-big15, .hoverCss.swiper-pagination-bullet-active .hoverCss-big15, .hoverCss.active .hoverCss-big15 {
  transform: scale(1.15);
}
.hoverCss:hover .hoverCss-zz::after, .hoverCss.swiper-slide-active .hoverCss-zz::after, .hoverCss.swiper-slide-thumb-active .hoverCss-zz::after, .hoverCss.swiper-pagination-bullet-active .hoverCss-zz::after, .hoverCss.active .hoverCss-zz::after {
  opacity: 1;
}
.hoverCss:hover .hoverCss-lrline::before, .hoverCss.swiper-slide-active .hoverCss-lrline::before, .hoverCss.swiper-slide-thumb-active .hoverCss-lrline::before, .hoverCss.swiper-pagination-bullet-active .hoverCss-lrline::before, .hoverCss.active .hoverCss-lrline::before {
  width: 100%;
  height: 1px;
  left: 0;
  right: inherit;
}
.hoverCss:hover .hoverCss-tbline::before, .hoverCss.swiper-slide-active .hoverCss-tbline::before, .hoverCss.swiper-slide-thumb-active .hoverCss-tbline::before, .hoverCss.swiper-pagination-bullet-active .hoverCss-tbline::before, .hoverCss.active .hoverCss-tbline::before {
  width: 1px;
  height: 100%;
  top: 0;
  bottom: inherit;
}
.hoverCss:hover .hoverCss-tdu, .hoverCss.swiper-slide-active .hoverCss-tdu, .hoverCss.swiper-slide-thumb-active .hoverCss-tdu, .hoverCss.swiper-pagination-bullet-active .hoverCss-tdu, .hoverCss.active .hoverCss-tdu {
  text-decoration: underline;
}
.hoverCss:hover .hoverCss-cline, .hoverCss.swiper-slide-active .hoverCss-cline, .hoverCss.swiper-slide-thumb-active .hoverCss-cline, .hoverCss.swiper-pagination-bullet-active .hoverCss-cline, .hoverCss.active .hoverCss-cline {
  width: 100%;
}
.hoverCss:hover .hoverCss-y-5, .hoverCss.swiper-slide-active .hoverCss-y-5, .hoverCss.swiper-slide-thumb-active .hoverCss-y-5, .hoverCss.swiper-pagination-bullet-active .hoverCss-y-5, .hoverCss.active .hoverCss-y-5 {
  transform: translateY(-5px);
}
.hoverCss:hover .hoverCss-y-10, .hoverCss.swiper-slide-active .hoverCss-y-10, .hoverCss.swiper-slide-thumb-active .hoverCss-y-10, .hoverCss.swiper-pagination-bullet-active .hoverCss-y-10, .hoverCss.active .hoverCss-y-10 {
  transform: translateY(-10px);
}
.hoverCss:hover .hoverCss-y-20, .hoverCss.swiper-slide-active .hoverCss-y-20, .hoverCss.swiper-slide-thumb-active .hoverCss-y-20, .hoverCss.swiper-pagination-bullet-active .hoverCss-y-20, .hoverCss.active .hoverCss-y-20 {
  transform: translateY(-20px);
}
.hoverCss:hover .com-gomore.b2, .hoverCss.swiper-slide-active .com-gomore.b2, .hoverCss.swiper-slide-thumb-active .com-gomore.b2, .hoverCss.swiper-pagination-bullet-active .com-gomore.b2, .hoverCss.active .com-gomore.b2 {
  background-color: var(--color2);
  border: 1px solid var(--color2);
}
.hoverCss:hover .com-gomore.b2 .tt, .hoverCss.swiper-slide-active .com-gomore.b2 .tt, .hoverCss.swiper-slide-thumb-active .com-gomore.b2 .tt, .hoverCss.swiper-pagination-bullet-active .com-gomore.b2 .tt, .hoverCss.active .com-gomore.b2 .tt {
  color: var(--colorFF);
}
.hoverCss:hover .com-gomore.b2 .ii, .hoverCss.swiper-slide-active .com-gomore.b2 .ii, .hoverCss.swiper-slide-thumb-active .com-gomore.b2 .ii, .hoverCss.swiper-pagination-bullet-active .com-gomore.b2 .ii, .hoverCss.active .com-gomore.b2 .ii {
  color: var(--colorFF);
}
.hoverCss:hover .com-gomore.bf, .hoverCss.swiper-slide-active .com-gomore.bf, .hoverCss.swiper-slide-thumb-active .com-gomore.bf, .hoverCss.swiper-pagination-bullet-active .com-gomore.bf, .hoverCss.active .com-gomore.bf {
  background-color: var(--colorFF);
  border: 1px solid var(--colorFF);
}
.hoverCss:hover .com-gomore.bf .tt, .hoverCss.swiper-slide-active .com-gomore.bf .tt, .hoverCss.swiper-slide-thumb-active .com-gomore.bf .tt, .hoverCss.swiper-pagination-bullet-active .com-gomore.bf .tt, .hoverCss.active .com-gomore.bf .tt {
  color: var(--color1);
}
.hoverCss:hover .com-gomore.bf .ii, .hoverCss.swiper-slide-active .com-gomore.bf .ii, .hoverCss.swiper-slide-thumb-active .com-gomore.bf .ii, .hoverCss.swiper-pagination-bullet-active .com-gomore.bf .ii, .hoverCss.active .com-gomore.bf .ii {
  color: var(--color1);
}
.hoverCss:hover .com-gomore.whiteB, .hoverCss.swiper-slide-active .com-gomore.whiteB, .hoverCss.swiper-slide-thumb-active .com-gomore.whiteB, .hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB, .hoverCss.active .com-gomore.whiteB {
  background-color: var(--color1);
  border: 1px solid var(--color1);
}
.hoverCss:hover .com-gomore.whiteB .tt, .hoverCss.swiper-slide-active .com-gomore.whiteB .tt, .hoverCss.swiper-slide-thumb-active .com-gomore.whiteB .tt, .hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB .tt, .hoverCss.active .com-gomore.whiteB .tt {
  color: var(--colorFF);
}
.hoverCss:hover .com-gomore.whiteB .ii, .hoverCss.swiper-slide-active .com-gomore.whiteB .ii, .hoverCss.swiper-slide-thumb-active .com-gomore.whiteB .ii, .hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB .ii, .hoverCss.active .com-gomore.whiteB .ii {
  color: var(--colorFF);
}
.hoverCss:hover .com-gomore.whiteB.grid, .hoverCss.swiper-slide-active .com-gomore.whiteB.grid, .hoverCss.swiper-slide-thumb-active .com-gomore.whiteB.grid, .hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB.grid, .hoverCss.active .com-gomore.whiteB.grid {
  background-color: var(--color1);
  border-color: var(--color2);
}
.hoverCss:hover .com-gomore.whiteB.grid .tt, .hoverCss.swiper-slide-active .com-gomore.whiteB.grid .tt, .hoverCss.swiper-slide-thumb-active .com-gomore.whiteB.grid .tt, .hoverCss.swiper-pagination-bullet-active .com-gomore.whiteB.grid .tt, .hoverCss.active .com-gomore.whiteB.grid .tt {
  color: var(--color2);
}
.hoverCss:hover .com-gomore.news, .hoverCss.swiper-slide-active .com-gomore.news, .hoverCss.swiper-slide-thumb-active .com-gomore.news, .hoverCss.swiper-pagination-bullet-active .com-gomore.news, .hoverCss.active .com-gomore.news {
  background-color: var(--color1);
}
.hoverCss:hover .com-gomore.news .tt, .hoverCss.swiper-slide-active .com-gomore.news .tt, .hoverCss.swiper-slide-thumb-active .com-gomore.news .tt, .hoverCss.swiper-pagination-bullet-active .com-gomore.news .tt, .hoverCss.active .com-gomore.news .tt {
  color: var(--colorFF);
  text-decoration: underline;
}
.hoverCss:hover .com-gomore.news .ii, .hoverCss.swiper-slide-active .com-gomore.news .ii, .hoverCss.swiper-slide-thumb-active .com-gomore.news .ii, .hoverCss.swiper-pagination-bullet-active .com-gomore.news .ii, .hoverCss.active .com-gomore.news .ii {
  color: var(--colorFF);
}
.hoverCss:hover .com-gomore .ii, .hoverCss.swiper-slide-active .com-gomore .ii, .hoverCss.swiper-slide-thumb-active .com-gomore .ii, .hoverCss.swiper-pagination-bullet-active .com-gomore .ii, .hoverCss.active .com-gomore .ii {
  transform: translateX(4px);
}
.hoverCss:hover .hoverCss-readshow, .hoverCss.swiper-slide-active .hoverCss-readshow, .hoverCss.swiper-slide-thumb-active .hoverCss-readshow, .hoverCss.swiper-pagination-bullet-active .hoverCss-readshow, .hoverCss.active .hoverCss-readshow {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.hoverCss:hover .hoverCss-navtt::after, .hoverCss.swiper-slide-active .hoverCss-navtt::after, .hoverCss.swiper-slide-thumb-active .hoverCss-navtt::after, .hoverCss.swiper-pagination-bullet-active .hoverCss-navtt::after, .hoverCss.active .hoverCss-navtt::after {
  width: 20px;
}
.hoverCss .hoverCss-zz::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 7;
  transition: all 0.5s;
}
.hoverCss .hoverCss-zz.zz03::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.hoverCss .hoverCss-zz.zz035::after {
  background-color: rgba(0, 0, 0, 0.35);
}
.hoverCss .hoverCss-zz.zz05::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.hoverCss .hoverCss-lrline {
  position: relative;
}
.hoverCss .hoverCss-lrline.istop::before {
  bottom: inherit;
  top: 0;
}
.hoverCss .hoverCss-lrline::before {
  position: absolute;
  content: "";
  right: 0px;
  left: inherit;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--color1);
  overflow: hidden;
}
.hoverCss .hoverCss-tbline {
  position: relative;
}
.hoverCss .hoverCss-tbline::before {
  position: absolute;
  content: "";
  bottom: 0px;
  top: inherit;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  background-color: var(--color1);
  overflow: hidden;
}
.hoverCss .hoverCss-cline {
  position: relative;
}
.hoverCss .hoverCss-cline::after {
  position: absolute;
  content: "";
  width: 0;
  overflow: hidden;
  height: 4px;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0);
  background: #B9E85C;
  border-radius: 2px;
  transition: all 0.3s;
}
.hoverCss .hoverCss-readshow {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
}
.hoverCss .hoverCss-navtt {
  position: relative;
}
.hoverCss .hoverCss-navtt::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.16rem;
  width: 0;
  height: 3px;
  border-radius: 1px;
  transform: translate(-50%, 0%);
  background-color: var(--color2);
}

.hoverCss-color1.active, .hoverCss-color1:hover {
  color: var(--color1) !important;
}

.hoverCss-color2:hover {
  color: var(--color2) !important;
}

.hoverCss-colorFF:hover {
  color: var(--colorFF) !important;
}

.hoverCss-bgcolor1:hover {
  background-color: var(--color1) !important;
}

.hoverCss-bgcolor7:hover {
  background-color: var(--color7) !important;
}

.hoverCss-y-5:hover {
  transform: translateY(-5px);
}

.hoverCss-y-10:hover {
  transform: translateY(-10px);
}

.hoverCss-y-20:hover {
  transform: translateY(-20px);
}

.hoverCss-tdu:hover {
  text-decoration: underline;
}

[class*=icon-]::after, [class*=icon-]::before {
  transition: all 0s;
}

.tabzz.lr::after, .tabzz.lr::before {
  content: "";
  position: absolute;
  top: 0;
  width: 44px;
  height: 100%;
  z-index: 5;
}
.tabzz.lr::before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}
.tabzz.lr::after {
  right: 0;
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.haszz .myzz {
  position: relative;
  z-index: 5;
}
.haszz .myzz::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 6;
}
.haszz .myzz.zz05::after {
  background-color: rgba(0, 0, 0, 0.05);
}
.haszz .myzz.zz2::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.haszz .myzz.zz3::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.haszz .myzz.zz4::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.haszz .myzz.zz5::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.haszz .myzz.zz65::after {
  background-color: rgba(0, 0, 0, 0.65);
}

/*三角形伪类*/
.sj-p {
  position: relative;
  display: inline-block;
}
.sj-p.cover {
  z-index: 5;
}
.sj-p.cover .sj-l {
  border-left-color: var(--colorFF);
}
.sj-p.cover .sj-r {
  border-right-color: var(--colorFF);
}
.sj-p.cover .sj-t {
  border-top-color: var(--colorFF);
}
.sj-p.cover .sj-b {
  border-bottom-color: var(--colorFF);
}
.sj-p.iscolor1 .sj-l {
  border-left-color: var(--color1);
}
.sj-p.iscolor1 .sj-r {
  border-right-color: var(--color1);
}
.sj-p.iscolor1 .sj-t {
  border-top-color: var(--color1);
}
.sj-p.iscolor1 .sj-b {
  border-bottom-color: var(--color1);
}
.sj-p .sj-com {
  position: relative;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  z-index: 4;
}
.sj-p .sj-l {
  left: 0;
  border-left-color: var(--sj);
}
.sj-p .sj-r {
  right: 0;
  border-right-color: var(--sj);
}
.sj-p .sj-t {
  top: 0;
  border-top-color: var(--sj);
}
.sj-p .sj-b {
  bottom: 0;
  border-bottom-color: var(--sj);
}

.jj-kk-a,
.jj-kt-a,
.jj-kb-a,
.jj-kl-a,
.jj-kr-a {
  position: relative;
}
.jj-kk-a::after,
.jj-kt-a::after,
.jj-kb-a::after,
.jj-kl-a::after,
.jj-kr-a::after {
  content: "";
  position: absolute;
  z-index: 1;
}

.jj-kk-b,
.jj-kt-b,
.jj-kb-b,
.jj-kl-b,
.jj-kr-b {
  position: relative;
}
.jj-kk-b::before,
.jj-kt-b::before,
.jj-kb-b::before,
.jj-kl-b::before,
.jj-kr-b::before {
  content: "";
  position: absolute;
  z-index: 1;
}

.jj-kk-a:after,
.jj-kk-b:before {
  border: 1px solid var(--line);
  top: 0;
  left: 0;
}

.jj-kt-a:after,
.jj-kt-b:before {
  background: var(--line);
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}

.jj-kl-a:after,
.jj-kl-b:before {
  background: var(--line);
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}

.jj-kr-a:after,
.jj-kr-b:before {
  background: var(--line);
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}

.jj-kb-a:after,
.jj-kb-b:before {
  background: var(--line);
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

.threeline-box {
  width: 28px;
  height: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.threeline-box.active .threeline-1 {
  transform: translateY(350%) rotate(-45deg);
}
.threeline-box.active .threeline-3 {
  transform: translateY(-350%) rotate(45deg);
}
.threeline-box.active .threeline-2 {
  width: 0;
}
.threeline-box .threeline {
  height: 2px;
  background-color: var(--color1);
  transition: all 0.3s;
}
.threeline-box .threeline-1 {
  width: 100%;
}
.threeline-box .threeline-2 {
  width: 60.7%;
}
.threeline-box .threeline-3 {
  width: 100%;
}

.fourLine {
  position: relative;
}
.fourLine.trbl:hover .myline-top,
.fourLine.trbl:hover .myline-bot {
  width: 100%;
}
.fourLine.trbl:hover .myline-left,
.fourLine.trbl:hover .myline-right {
  height: 100%;
}
.fourLine.trbl:hover .myline-top {
  transition: all var(--fourLineTime) ease-in-out 0s;
}
.fourLine.trbl:hover .myline-right {
  transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime)*1);
}
.fourLine.trbl:hover .myline-bot {
  transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime)*2);
}
.fourLine.trbl:hover .myline-left {
  transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime)*3);
}
.fourLine.trbl .myline-top,
.fourLine.trbl .myline-bot {
  width: 0%;
  height: 1px;
}
.fourLine.trbl .myline-left,
.fourLine.trbl .myline-right {
  width: 1px;
  height: 0%;
}
.fourLine.trbl .myline {
  position: absolute;
  background: var(--color1);
  z-index: 1;
}
.fourLine.trbl .myline-top {
  left: 0;
  top: 0;
  transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime)*3);
}
.fourLine.trbl .myline-right {
  right: 0;
  top: 0;
  transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime)*2);
}
.fourLine.trbl .myline-bot {
  right: 0;
  bottom: 0;
  transition: all var(--fourLineTime) ease-in-out calc(var(--fourLineTime)*1);
}
.fourLine.trbl .myline-left {
  left: 0;
  bottom: 0;
  transition: all var(--fourLineTime) ease-in-out 0s;
}
.fourLine.center:hover .myline-top,
.fourLine.center:hover .myline-bot {
  width: 100%;
}
.fourLine.center:hover .myline-left,
.fourLine.center:hover .myline-right {
  height: 100%;
}
.fourLine.center .myline-top,
.fourLine.center .myline-bot {
  width: 0%;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.fourLine.center .myline-left,
.fourLine.center .myline-right {
  width: 1px;
  height: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}
.fourLine.center .myline {
  position: absolute;
  background: var(--color1);
  z-index: 1;
  transition: all var(--fourLineCenterTime) ease-in-out 0s;
}
.fourLine.center .myline-top {
  top: 0;
}
.fourLine.center .myline-right {
  right: 0;
}
.fourLine.center .myline-bot {
  bottom: 0;
}
.fourLine.center .myline-left {
  left: 0;
}

.openline-p .openline {
  position: relative;
  width: 14px;
  height: 12px;
  cursor: pointer;
}
.openline-p.active .openline::before {
  top: 100%;
  opacity: 0;
}

.byuan {
  display: flex;
}
.byuan::before {
  position: relative;
  top: 10px;
  flex-shrink: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color1);
  margin-right: 0.1rem;
  transform: translate(0, -50%);
}

.navline {
  position: relative;
}
.navline.navline-l::after {
  right: inherit;
  left: 0;
}
.navline.navline-b::after {
  content: "";
  position: absolute;
  top: inherit;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 1px;
  background-color: var(--line);
  z-index: 2;
}
.navline::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 14px;
  background-color: var(--line);
  z-index: 2;
}

.viewline {
  position: relative;
}
.viewline::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #005DA7, #F9C584);
}

.openline::after,
.openline::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}

.openline::after {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.openline::before {
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 1;
}

.left-line {
  position: relative;
}
.left-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 12px;
}

.x-noscroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.y-noscroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
}

.hasscroll {
  overflow-x: auto;
}
.hasscroll::-webkit-scrollbar {
  height: 4px;
  border-radius: 2px;
}
.hasscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.hasscroll::-webkit-scrollbar-thumb {
  height: 4px;
  border-radius: 2px;
  background-color: #e6e6e6;
  opacity: 1;
}
.hasscroll::-webkit-scrollbar-thumb:window-inactive {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.y-hasscroll {
  padding-right: 10px;
  overflow-y: auto;
}
.y-hasscroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
.y-hasscroll::-webkit-scrollbar-track {
  background-color: #E1E1E1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.y-hasscroll::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 2px;
  background: #dfdfdf;
  opacity: 1;
}

/**页脚****/
.footer-page {
  margin-top: 0.5rem;
  flex-shrink: 0;
}

.footer-page .page-box {
  display: flex;
  justify-content: center;
}
.footer-page .layui-laypage-zidingyileiming {
  margin: 0;
}
.footer-page .layui-laypage-zidingyileiming a {
  padding: 0;
  border-radius: 50%;
}
.footer-page .layui-laypage-zidingyileiming a i {
  font-size: 14px;
}
.footer-page .layui-laypage-zidingyileiming a.layui-disabled:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.footer-page div.select,
.footer-page div.f-right {
  display: none;
}

.footer-page a.null {
  display: none;
}

.footer-page a.dian {
  font-weight: 700;
}

.footer-page a {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #B0B0B0;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 2px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-page a span {
  transition: all 0.5s;
}
.footer-page a.on {
  border-color: var(--color1);
  background-color: var(--color1);
}
.footer-page a.on span {
  color: var(--colorFF);
}
.footer-page a:hover {
  border-color: var(--color1);
  background-color: var(--color1);
  color: var(--colorFF);
}
.footer-page a:hover span {
  color: var(--colorFF);
}

.footer-page a.prev,
.footer-page a.next {
  border: 1px solid #D9D9D9;
  font-family: "宋体";
  color: #777777;
}

.footer-page a.prev {
  margin-right: 20px;
}

.footer-page a.next {
  margin-left: 20px;
}

.videobox {
  cursor: pointer;
}
.videobox .videoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  opacity: 0.8;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.videobox .videoBtn .tt {
  margin-top: 14px;
  color: var(--colorFF);
}
.videobox:hover .videoBtn {
  opacity: 1;
}

.otherimg {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 99999;
  display: none;
}
.otherimg::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}
.otherimg.posvideo::before {
  background: rgba(0, 0, 0, 0.7);
}
.otherimg.on {
  display: inline-block;
  position: fixed;
  left: 0;
  top: 0;
}
.otherimg img,
.otherimg iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  max-height: var(--container-width);
  max-width: var(--container-width);
}
.otherimg video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 1440px;
  transform: translate(-50%, -50%);
}

.r-numul .r-numli {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: comNum;
}
.r-numul .r-numli .nn {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.r-numul .r-numli .nn .numCX {
  position: relative;
}
.r-numul .r-numli .nn .other {
  position: absolute;
  right: -18px;
  top: 6px;
}

.com-gomore {
  cursor: pointer;
  flex-shrink: 0;
  height: 48px;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color1);
  transition: all 0.5s;
}
.com-gomore.product {
  border-radius: 4px;
}
.com-gomore.b2 {
  background-color: transparent;
  border: 1px solid var(--color2);
}
.com-gomore.b2 .tt {
  color: var(--color2);
}
.com-gomore.b2 .ii {
  color: var(--color2);
}
.com-gomore.b2:hover {
  background-color: var(--color2);
  border: 1px solid var(--color2);
}
.com-gomore.b2:hover .tt {
  color: var(--colorFF);
}
.com-gomore.b2:hover .ii {
  color: var(--colorFF);
}
.com-gomore.bf {
  background-color: transparent;
  border: 1px solid var(--colorFF);
}
.com-gomore.bf .tt {
  color: var(--colorFF);
}
.com-gomore.bf .ii {
  color: var(--colorFF);
}
.com-gomore.bf:hover {
  background-color: var(--colorFF);
  border: 1px solid var(--colorFF);
}
.com-gomore.bf:hover .tt {
  color: var(--color1);
}
.com-gomore.bf:hover .ii {
  color: var(--color1);
}
.com-gomore.whiteB {
  background-color: transparent;
  border: 1px solid var(--color1);
}
.com-gomore.whiteB .tt {
  color: var(--color1);
}
.com-gomore.whiteB .ii {
  color: var(--color1);
}
.com-gomore.whiteB.grid {
  height: 34px;
  padding: 0 11px;
}
.com-gomore.whiteB:hover {
  background-color: var(--color1);
  border: 1px solid var(--color1);
}
.com-gomore.whiteB:hover .tt {
  color: var(--colorFF);
}
.com-gomore.whiteB:hover .ii {
  color: var(--colorFF);
}
.com-gomore.fontIcon {
  background-color: transparent;
}
.com-gomore.fontIcon.nobtn {
  padding: 0;
  height: auto;
}
.com-gomore.fontIcon.iscolor2 .tt {
  color: var(--color2);
}
.com-gomore.fontIcon.iscolor2 .ii {
  color: var(--color2);
}
.com-gomore.fontIcon .tt {
  color: var(--color1);
}
.com-gomore.fontIcon .ii {
  color: var(--color1);
}
.com-gomore.news {
  background-color: var(--colorFF);
}
.com-gomore.news .tt {
  color: var(--color1);
}
.com-gomore.news .ii {
  color: var(--color1);
}
.com-gomore.news:hover {
  background-color: var(--color1);
}
.com-gomore.news:hover .tt {
  color: var(--colorFF);
  text-decoration: underline;
}
.com-gomore.news:hover .ii {
  color: var(--colorFF);
}
.com-gomore:hover .ii {
  transform: translateX(4px);
}
.com-gomore .tt {
  color: var(--colorFF);
  transition: all 0.3s;
}
.com-gomore .ii {
  margin-left: 14px;
  font-size: 16px;
  color: var(--colorFF);
  transition: all 0.3s;
}

.my-popup {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.my-popup::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none;
}
.my-popup.active {
  opacity: 1;
  visibility: visible;
}
.my-popup.active::after {
  display: block;
}
.my-popup .abs-box {
  width: var(--container-width);
  max-width: 780px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.my-popup .pop-c {
  width: 100%;
  background-color: var(--colorFF);
}
.my-popup .pop-c.recruit {
  padding: 0 0.5rem;
}
.my-popup .pop-c.recruit .mytt {
  padding-top: 0.5rem;
}
.my-popup .pop-c.recruit .myclose {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #CCCCCC;
}
.my-popup .pop-c.recruit .mylink {
  padding: 0.3rem 0;
}
.my-popup .pop-c.recruit .mylink .com-gomore {
  height: 45px;
  width: 110px;
  padding: 0;
}

.com-tabb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com-tabb.default {
  padding: 0.36rem 0;
  border-top: 1px solid var(--line);
  margin-top: 0.8rem;
}
.com-tabb.default .tab {
  width: 45%;
}
.com-tabb.default .tabb-l,
.com-tabb.default .tabb-r {
  display: flex;
  align-items: center;
}
.com-tabb.default .tabb-l:hover .h-icon,
.com-tabb.default .tabb-r:hover .h-icon {
  color: var(--colorFF);
}
.com-tabb.default .tabb-l .h-icon,
.com-tabb.default .tabb-r .h-icon {
  font-size: var(--fz36);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  flex-shrink: 0;
}
.com-tabb.default .tabb-l .text,
.com-tabb.default .tabb-r .text {
  margin: 0 0.3rem;
}
.com-tabb.default .tabb-l .text .t1,
.com-tabb.default .tabb-r .text .t1 {
  color: var(--colortt);
}
.com-tabb.default .tabb-l .text .t2,
.com-tabb.default .tabb-r .text .t2 {
  color: var(--colordd);
}
.com-tabb.default .tabb-l .text .t1 {
  text-align: right;
}
.com-tabb.default .tabb-r {
  justify-content: flex-end;
}
.com-tabb.default .tabb-r .text .t1 {
  text-align: left;
}
.com-tabb.default .tabb-r .text .t2 {
  text-align: left;
}
.com-tabb.default .backimg {
  width: 60px;
  height: 60px;
}
.com-tabb.doctor {
  padding: 0.3rem 0.5rem;
  border-top: 1px solid var(--line);
}
.com-tabb.doctor .tab {
  width: 110px;
}
.com-tabb.doctor .tabb-l,
.com-tabb.doctor .tabb-r {
  display: flex;
  align-items: center;
}
.com-tabb.doctor .tabb-l:hover .h-icon,
.com-tabb.doctor .tabb-r:hover .h-icon {
  color: var(--colorFF);
}
.com-tabb.doctor .tabb-l .h-icon,
.com-tabb.doctor .tabb-r .h-icon {
  font-size: var(--fz36);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  flex-shrink: 0;
}
.com-tabb.doctor .tabb-l .text,
.com-tabb.doctor .tabb-r .text {
  margin: 0 10px;
}
.com-tabb.doctor .tabb-l .text .t1,
.com-tabb.doctor .tabb-r .text .t1 {
  color: var(--color8d);
}
.com-tabb.doctor .tabb-l .text .t2,
.com-tabb.doctor .tabb-r .text .t2 {
  color: var(--colordd);
}
.com-tabb.doctor .tabb-l .text .t1 {
  text-align: right;
}
.com-tabb.doctor .tabb-r {
  justify-content: flex-end;
}
.com-tabb.doctor .tabb-r .text .t1 {
  text-align: left;
}
.com-tabb.doctor .tabb-r .text .t2 {
  text-align: left;
}
.com-tabb.doctor .backimg {
  width: 60px;
  height: 60px;
}

.backgFont {
  position: absolute;
}
.backgFont .fontbox .backgFontSpan {
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
  user-select: none;
  font-family: "Poppins-Regular";
  transition: all 1s ease 0.4s;
}
.backgFont .fontbox .backgFontSpan + .backgFontSpan {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate(-8px, 6px);
  color: rgba(255, 255, 255, 0.8);
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
}

.sec-tt {
  flex-shrink: 0;
  width: 180px;
  height: 32px;
  transition: all 0.5s;
  position: relative;
  padding: 0 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sec-tt.about {
  width: 140px;
  height: 26px;
  padding: 0 18px;
}
.sec-tt.about .tt {
  color: var(--colorFF);
  font-size: var(--fz16);
}
.sec-tt .ttbg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.sec-tt .ttbg .ttspan {
  border-radius: 16px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(var(--colortt-rgba), 0.55), rgba(var(--color1-rgba), 0.55), rgba(var(--color1-rgba), 0.6), rgba(var(--color1-rgba), 0.8));
}
.sec-tt .ttbg + .ttbg {
  z-index: 4;
}
.sec-tt .ttbg + .ttbg .ttspan {
  transform: translate(6.6%, 29.1%);
  background-image: linear-gradient(90deg, rgba(var(--color2-rgba), 0.4), rgba(var(--color2-rgba), 0.3), rgba(var(--color2-rgba), 0.3), rgba(var(--color2-rgba), 0.2));
}
.sec-tt::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color1);
}
.sec-tt .tt {
  color: var(--colorFF);
  font-size: var(--fz20);
}

.timebox {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.timebox .ttbg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.timebox .ttbg .ttspan {
  border-radius: var(--border10);
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(241, 246, 251, 0.85), rgba(var(--color1-rgba), 0.85));
}
.timebox .ttbg + .ttbg {
  z-index: 4;
}
.timebox .ttbg + .ttbg .ttspan {
  transform: translate(7.1%, 7.1%);
  background: linear-gradient(120deg, rgba(var(--color2-rgba), 1), #f6eee4);
}

.towPres {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  transition: all 0.5s;
}
.towPres.isexpert {
  width: 1.2rem;
  height: 2.54rem;
  bottom: inherit;
  top: 0;
}
.towPres.isexpert .mypre {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.towPres.isexpert .mypre .prespan {
  border-radius: 0 0 0.6rem 0.6rem;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(360deg, rgba(var(--color1-rgba), 0.8), rgba(var(--color1-rgba), 0.5), rgba(var(--color1-rgba), 0.045), rgba(var(--color1-rgba), 0.03));
}
.towPres.isexpert .mypre + .mypre {
  z-index: 4;
  animation-delay: 0.6s;
}
.towPres.isexpert .mypre + .mypre .prespan {
  width: calc(70/120*100%);
  height: calc(146/254*100%);
  transform: translate(-76%, 0%);
  background-image: linear-gradient(360deg, rgba(var(--color2-rgba), 0.8), rgba(var(--color2-rgba), 0.5), rgba(var(--color2-rgba), 0.045), rgba(var(--color2-rgba), 0.03));
}
.towPres.ispage {
  height: var(--toolsheight);
  bottom: 55.5%;
}
.towPres.ispage.ismore {
  height: 35px;
  bottom: 0;
}
.towPres.ispage.ismore .mypre {
  width: calc(373/417*100%);
}
.towPres.ispage.ismore .mypre .prespan {
  border-radius: 18px 0 0 18px;
}
.towPres.ispage .mypre {
  position: absolute;
  left: inherit;
  right: 0;
  bottom: 0;
  width: calc(660/1920*100%);
  height: 100%;
  z-index: 5;
}
.towPres.ispage .mypre .prespan {
  border-radius: calc(var(--toolsheight) / 2) 0 0 calc(var(--toolsheight) / 2);
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(var(--color1-rgba), 0.8), rgba(var(--color1-rgba), 0.5), rgba(var(--color1-rgba), 0.1), rgba(var(--color1-rgba), 0.1));
}
.towPres.ispage .mypre + .mypre {
  animation-delay: 0.6s;
}
.towPres.ispage .mypre + .mypre .prespan {
  transform: translate(39.14%, 55.5%);
  background-image: linear-gradient(90deg, rgba(var(--color2-rgba), 0), rgba(var(--color2-rgba), 0.4), rgba(var(--color2-rgba), 0.8), rgba(var(--color2-rgba), 0.8));
}
.towPres.ishidebanner {
  bottom: inherit;
  top: 0;
  height: calc(157 / 66 * 100%);
}
.towPres.ishidebanner .mypre {
  position: absolute;
  left: 0;
  top: var(--toolsheight);
  height: 100%;
  width: calc(1230/1920*100%);
  z-index: 5;
  animation-name: fadeInLeft;
}
.towPres.ishidebanner .mypre .prespan {
  border-radius: 0 calc(var(--toolsheight) * 1.19) calc(var(--toolsheight) * 1.19) 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(var(--color1-rgba), 0.3), rgba(var(--color1-rgba), 0.6), rgba(var(--color1-rgba), 0.8), rgba(var(--color1-rgba), 0.8));
}
.towPres.ishidebanner .mypre + .mypre {
  left: inherit;
  right: 0;
  animation-delay: 0.6s;
  top: 0;
  z-index: 4;
  animation-name: fadeInRight;
}
.towPres.ishidebanner .mypre + .mypre .prespan {
  border-radius: 0;
  transform: translate(0%, 0%);
  background-image: linear-gradient(90deg, rgba(var(--color2-rgba), 0), rgba(var(--color2-rgba), 0.3), rgba(var(--color2-rgba), 0.5), rgba(var(--color2-rgba), 0.8));
}
.towPres .mypre {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 67.7%;
  height: 100%;
}
.towPres .mypre .prespan {
  border-radius: 0 56px 56px 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(var(--color1-rgba), 0.8), rgba(var(--color1-rgba), 0.5), rgba(var(--color1-rgba), 0.1), rgba(var(--color1-rgba), 0.1));
}
.towPres .mypre + .mypre {
  animation-delay: 0.6s;
}
.towPres .mypre + .mypre .prespan {
  transform: translate(6.6%, 29.1%);
  background-image: linear-gradient(90deg, rgba(var(--color2-rgba), 0), rgba(var(--color2-rgba), 0.1), rgba(var(--color2-rgba), 0.4), rgba(var(--color2-rgba), 0.6));
}

.com-statebox.clr {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 6;
}
.com-statebox.clr .twoBtn .maxl {
  transform: translateX(-150%);
}
.com-statebox.clr .twoBtn .maxr {
  transform: translateX(150%);
}
.com-statebox.cmax {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--container-width);
  z-index: 6;
}
.com-state.new_type {
  width: 100%;
  position: relative;
}
.com-state.new_type .twoBtn.gary_btn .s-icon {
  opacity: 0;
  position: absolute;
  top: 0;
  background: #dfdfdf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.com-state.new_type .twoBtn.gary_btn .s-icon:first-child {
  left: 0;
}
.com-state.new_type .twoBtn.gary_btn .s-icon:last-child {
  right: 0;
}
.com-state.new_type .twoBtn .s-icon {
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.com-state.new_type .twoBtn .s-icon .svg {
  width: 46px;
  height: 46px;
}
.com-state.new_type .twoBtn .s-icon:not(.swiper-button-disabled):hover {
  border: none;
  opacity: 1;
}
.com-state.mainbanner .h-icon {
  color: #ffffff;
}
.com-state.mainmore .h-icon {
  color: #111111;
}
.com-state.mainmore .progressbox {
  width: 100%;
  margin-left: 0;
}
.com-state.mainmore .progressbox .com-progress {
  flex: 1;
  width: auto;
  height: 2px;
}
.com-state.mainmore .progressbox .com-num {
  width: auto;
  margin: 0 0.5rem;
}
.com-state .twoBtn.max .maxl {
  transform: translateX(-100%);
}
.com-state .twoBtn.max .maxr {
  transform: translateX(100%);
}
.com-state .twoBtn.transparent .h-icon {
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border: 1px solid #E7E7E7;
  color: #D2D2D2;
}
.com-state .twoBtn.transparent .h-icon:hover {
  background-color: var(--color1);
  color: #ffffff;
  border: 1px solid var(--color1);
}
.com-state .twoBtn .h-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border: 1px solid #E6E6E6;
  color: var(--color1);
  transition: all ease-in-out 0.3s;
}
.com-state .twoBtn .h-icon.swiper-button-disabled {
  background-color: #F7F7F7;
  color: #D2D2D2;
  opacity: 1;
}
.com-state .twoBtn .h-icon.swiper-button-disabled:hover {
  border: 1px solid #E6E6E6;
  background-color: #F7F7F7;
  color: #D2D2D2;
}
.com-state .twoBtn .h-icon:hover {
  border: 1px solid var(--color1);
  background-color: var(--color1);
  color: #ffffff;
}
.com-state .line-box {
  position: relative;
}
.com-state .line-box.isexpert::after {
  height: 0.86rem;
  opacity: 0.4;
}
.com-state .line-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1rem;
  background-color: #ececec;
}
.com-state .line-box .c-icon {
  cursor: pointer;
}
.com-state .line-box .c-icon:hover {
  color: var(--color1);
}
.com-state .line-box .c-icon + .c-icon {
  margin-left: 0.56rem;
}
.com-state .com-pause.canplay::before {
  content: "";
}
.com-state .com-num {
  line-height: 1;
  font-family: comNum;
}
.com-state .progressbox {
  position: relative;
  margin-left: 0.3rem;
}
.com-state .progressbox.m-product {
  width: 140px;
}
.com-state .progressbox.m-product .com-num {
  display: flex;
  justify-content: space-between;
}
.com-state .progressbox.m-product .com-progress {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 3px;
}
.com-state .com-progress {
  position: relative;
  width: 80px;
  height: 3px;
  background-color: rgba(36, 36, 36, 0.15);
}
.com-state .com-progress .swiper-pagination-progressbar-fill {
  background-color: var(--color1);
}
.com-state .com-progress .proess {
  height: 100%;
  width: 0%;
  transition: all 1s;
  background-color: var(--color1);
}

.com-lrbtn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border: 1px solid #E6E6E6;
  color: var(--color1);
  transition: all ease-in-out 0.3s;
}
.com-lrbtn.swiper-button-disabled {
  background-color: #F7F7F7;
  color: #D2D2D2;
  opacity: 1;
}
.com-lrbtn.swiper-button-disabled:hover {
  border: 1px solid #E6E6E6;
  background-color: #F7F7F7;
  color: #D2D2D2;
}
.com-lrbtn:hover {
  border: 1px solid var(--color1);
  background-color: var(--color1);
  color: #ffffff;
}

.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
}

[class*=aniBox-] {
  transition: all ease-in-out 0.8s;
}

.aniBox.active .aniBox-botTop {
  transform: translate(0, 0);
  opacity: 1;
}
.aniBox.active .aniBox-leftRight {
  transform: translate(0, 0);
  opacity: 1;
}
.aniBox.active .aniBox-leftRight100 {
  transform: translate(0, 0);
  opacity: 1;
}
.aniBox.active .aniBox-rightLeft {
  transform: translate(0, 0);
  opacity: 1;
}
.aniBox.active .aniBox-opacity0-1 {
  opacity: 1;
}
.aniBox .aniBox-botTop {
  transform: translate(0, 50%);
  opacity: 0;
}
.aniBox .aniBox-leftRight {
  transform: translate(-50%, 0);
  opacity: 0;
}
.aniBox .aniBox-leftRight100 {
  transform: translate(-100%, 0);
  opacity: 0;
}
.aniBox .aniBox-rightLeft {
  transform: translate(50%, 0);
  opacity: 0;
}
.aniBox .aniBox-opacity0-1 {
  opacity: 0;
  transition: all 0.3s;
}

@media only screen and (min-width: 1921px) {
  html {
    font-size: 100px;
  }

  body {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 1921px) {
  html {
    font-size: 100px;
  }

  body {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1680px) {
  html {
    font-size: 55px;
  }

  /*共享样式*/
  :root {
    --border10: 10px;
    --border20: 20px;
    --border30: 30px;
    --border40: 40px;
    --border80: 80px;
    --fz90: 60px;
    --fz80: 50px;
    --fz70: 46px;
    --fz60: 42px;
    --fz56: 40px;
    --fz52: 38px;
    --fz50: 36px;
    --fz48: 36px;
    --fz46: 34px;
    --fz40: 30px;
    --fz38: 30px;
    --fz36: 30px;
    --fz30: 28px;
    --fz28: 26px;
    --fz26: 24px;
    --fz24: 22px;
    --fz22: 20px;
    --fz20: 18px;
    --fz18: 16px;
    --fz16: 14px;
    --fz14: 14px;
    --fz12: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 55px;
  }

  .wmrt1 {
    margin-top: 1rem;
  }

  .wmrt08 {
    margin-top: 0.8rem;
  }

  .wmrt07 {
    margin-top: 0.7rem;
  }

  .wmrt06 {
    margin-top: 0.6rem;
  }

  .wmrt05 {
    margin-top: 0.5rem;
  }

  .wmrt045 {
    margin-top: 0.45rem;
  }

  .wmrt04 {
    margin-top: 0.4rem;
  }

  .wmrt03 {
    margin-top: 0.3rem;
  }

  .wmrt025 {
    margin-top: 0.25rem;
  }

  .wmrt02 {
    margin-top: 0.2rem;
  }

  .wmrt01 {
    margin-top: 0.1rem;
  }

  .wmrt20 {
    margin-top: 20px;
  }

  .mygrid4,
.mygrid4-2,
.mygrid3,
.mygrid3-2,
.mygrid2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .lr-tb {
    display: flex;
    flex-direction: column;
  }
  .lr-tb.is768 {
    flex-direction: row;
  }
  .lr-tb .order2 {
    order: 2;
  }
  .lr-tb .order1 {
    order: 1;
  }

  .tb-lr {
    display: flex;
    flex-direction: row;
  }
  .tb-lr .order2 {
    order: 2;
  }
  .tb-lr .order1 {
    order: 1;
  }

  .mow100 {
    width: 100% !important;
  }

  .mow50 {
    width: 50% !important;
  }

  .w50-100 {
    width: 100%;
  }

  /*共享样式*/
  :root {
    --mmt: 0.4rem;
    --mmt2: 0.8rem;
    --mmt3: 1rem;
    --border10: 10px;
    --border20: 10px;
    --border30: 20px;
    --border40: 20px;
    --border80: 45px;
    --fz90: 50px;
    --fz80: 50px;
    --fz70: 40px;
    --fz60: 40px;
    --fz56: 34px;
    --fz52: 36px;
    --fz50: 34px;
    --fz48: 34px;
    --fz46: 30px;
    --fz40: 24px;
    --fz38: 24px;
    --fz36: 24px;
    --fz30: 20px;
    --fz28: 20px;
    --fz26: 20px;
    --fz24: 18px;
    --fz22: 18px;
    --fz20: 18px;
    --fz18: 16px;
    --fz16: 14px;
    --fz14: 14px;
    --fz12: 12px;
  }

  .mmt {
    margin-top: var(--mmt);
  }

  .mmt2 {
    margin-top: var(--mmt2);
  }

  .mmt3 {
    margin-top: var(--mmt3);
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 40px;
  }

  .mygrid4,
.mygrid3,
.mygrid2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .lr-tb {
    display: flex;
    flex-direction: column;
  }
  .lr-tb.is768 {
    flex-direction: column;
  }
  .lr-tb .order2 {
    order: 2;
  }
  .lr-tb .order1 {
    order: 1;
  }

  .vh100.mvw50 {
    height: 50vw;
  }
  .vh100.mvw65 {
    height: 65vw;
  }
  .vh100.mvw70 {
    height: 70vw;
  }
  .vh100.mvw100 {
    height: 100vw;
  }

  .backgFont {
    position: absolute;
  }
  .backgFont .fontbox .backgFontSpan {
    font-size: 15vw;
  }
  .backgFont .fontbox .backgFontSpan + .backgFontSpan {
    transform: translate(-3px, 3px);
  }

  /*共享样式*/
  :root {
    --navheight: 50px;
    --barHeight-txt: 72px;
    --barHeight-img: 80px;
    --border10: 10px;
    --border20: 10px;
    --border30: 20px;
    --border40: 20px;
    --border80: 45px;
    --fz90: 54px;
    --fz80: 54px;
    --fz70: 32px;
    --fz60: 32px;
    --fz56: 26px;
    --fz52: 32px;
    --fz50: 32px;
    --fz48: 28px;
    --fz46: 28px;
    --fz40: 24px;
    --fz38: 28px;
    --fz36: 28px;
    --fz30: 20px;
    --fz28: 20px;
    --fz26: 20px;
    --fz24: 18px;
    --fz22: 18px;
    --fz20: 18px;
    --fz18: 16px;
    --fz16: 14px;
    --fz14: 14px;
    --fz12: 12px;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
}
/* Chrome浏览器 */
.noappearance::-webkit-outer-spin-button,
.noappearance::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox浏览器 */
input[type=number] {
  -moz-appearance: textfield;
}

/*94%的内容*/
.container {
  width: 92%;
  margin: 0 auto;
  padding: 0 var(--outer-padding);
  max-width: 1200px;
  position: relative;
}
.container.w1000 {
  max-width: 1000px;
}
.container.w1100 {
  max-width: 1100px;
}
.container.w1560 {
  max-width: 1560px;
}

.pagemain {
  position: relative;
  z-index: 1;
}
.pagemain.community .alsolike {
  padding-top: 0;
}

/*图片通用样式*/
.img-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
}

.imgabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

/*Flex居中样式*/
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

/*动画*/
.transition-5 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.transition-10 {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}

/*文字溢出*/
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.beSmall {
  text-transform: none;
}

.lr-tb {
  display: flex;
}

.mt0 {
  margin-top: 0;
}

.pt0 {
  padding-top: 0;
}

.mt3 {
  margin-top: 30px;
}

.mt4 {
  margin-top: 0.4rem;
}

.mb10 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 100px;
}

.bgf8fafc {
  background-color: #f8fafc;
}

.fw600 {
  font-weight: 600;
}

.mb100 {
  margin-bottom: 120px;
}

.noscroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
}

.hasscroll {
  padding-bottom: 10px;
}
.hasscroll::-webkit-scrollbar {
  height: 4px;
  border-radius: 2px;
}
.hasscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
}
.hasscroll::-webkit-scrollbar-thumb {
  height: 4px;
  border-radius: 2px;
  background: #dfdfdf;
  -webkit-box-shadow: inset 0 0 6px #dfdfdf;
  opacity: 1;
}
.hasscroll::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
}

.y-hasscroll {
  padding-right: 6px;
}
.y-hasscroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
.y-hasscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
}
.y-hasscroll::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 2px;
  background: #dfdfdf;
  -webkit-box-shadow: inset 0 0 6px #dfdfdf;
  opacity: 1;
}
.y-hasscroll::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
}

#shopify-section-buynowtop {
  position: sticky;
  top: 0;
  z-index: 11;
}

.buynow-btn {
  transition: all 0.5s;
  background-color: #3BE3FE;
}

.buynow-btn:hover {
  background-color: #0DD7F6 !important;
}

.color12 {
  transition: all 0.5s;
}

.color12:hover {
  color: var(--color12) !important;
}

.combox .buynow-btn-white {
  transition: all 0.5s;
  background-color: #ffffff;
  color: #3BE3FE;
}

.combox:hover .buynow-btn-white {
  background-color: #3BE3FE;
  color: #ffffff;
}

.videobox {
  cursor: pointer;
}
.videobox .videoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  z-index: 2;
  opacity: 0.5;
  transition: all 0.5s;
}
.videobox:hover .videoBtn {
  opacity: 1;
}

.videoCover {
  object-fit: cover;
}

.addClass {
  cursor: pointer;
}

.diylist .isblog {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.diylist .isblog li {
  display: flex;
  flex-direction: column;
}
.diylist .isblog li .toggle {
  flex: 1;
}
.diylist .isdiy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.diylist .ispress {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.page-return {
  background-color: #f8fafc;
}
.page-return.ismain {
  background: var(--znbg);
  padding-bottom: 1rem;
}
.page-return.ismain .press .press_ico {
  margin: 50px 0 0;
}
.page-return .press h3 {
  text-align: center;
  color: var(--color3);
}
.page-return .press .diylist {
  margin: 50px 0;
  background: inherit;
}
.page-return .press .diylist ul {
  padding: 0;
}
.page-return .press .diylist li {
  box-shadow: none;
  border-radius: 0;
}
.page-return .press .diylist li .box {
  border-radius: 20px;
  overflow: hidden;
}
.page-return .press .diylist li .box .img {
  padding-top: calc(150 / 270 * 100%);
}
.page-return .press .diylist li .press_box {
  background: #E9EDEE;
}
.page-return .press .diylist li .press_box img {
  border-radius: 0;
}
.page-return .press .diylist li .box .img2img {
  width: 100%;
  height: 40px;
  float: left;
}
.page-return .press .diylist li .box .img2img img {
  /* width: 84px; */
  height: 40px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.page-return .press .diylist li .toggle {
  width: 100%;
  padding: 0;
  background: inherit;
}
.page-return .press .diylist li .toggle .text {
  width: 100%;
  float: left;
}
.page-return .press .diylist li .toggle .name {
  line-height: 24px;
  height: 48px;
  margin-top: 12px;
}
.page-return .press .diylist li .toggle .date {
  margin-bottom: 0;
}
.page-return .press .diylist li .toggle .date {
  margin-bottom: 0;
}
.page-return .press .diylist li:hover {
  box-shadow: none;
}
.page-return .press .diylist li:hover .name a {
  color: var(--color12);
}

.press .press_ico {
  overflow: hidden;
  background: var(--color13);
  margin: 50px 0;
  border-radius: 40px;
}

.press .press_ico ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.press .press_ico li {
  width: 25%;
  /* margin-left: 40px; */
  /* margin-top: 40px; */
  margin: 50px 20px 0;
  max-width: 236px;
  background: linear-gradient(to bottom, #3BE3FE, #3BE3FE, #D9F1FC);
  border-radius: 50px;
}

/* .press .press_ico li:first-child{
	margin-left: 0px;
} */
.press .press_ico li a {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 40px;
  float: left;
  padding: 12px;
}

.press .press_ico li .img {
  width: 36px;
  height: 36px;
  float: left;
  overflow: hidden;
  margin-right: 15px;
}

.press .press_ico li .img img {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
}

.press .press_ico li .name {
  width: calc(100% - 63px);
  height: 100%;
  line-height: 36px;
  float: left;
  overflow: hidden;
  color: var(--color13);
}

.press .press_ico li:hover {
  background: linear-gradient(to bottom, #3BE3FE, #3BE3FE, #3BE3FE);
}

.press .press_ico.ico_down {
  margin-bottom: 0;
}

.press .press_ico.ico_down li {
  background: var(--color18);
}

.press .press_ico.ico_down li a {
  padding: 12px 20px;
}

.press .press_ico.ico_down li .img {
  margin-right: 7px;
}

.press .press_ico.ico_down li:hover {
  background: var(--color19);
}

.press .press_more {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.press .press_more a {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  color: var(--color12);
}

.press .press_more a:before {
  background: var(--color12);
}

.press .press_more font {
  padding-left: 10px;
  font-family: "宋体";
}

.community-p {
  margin: 16px 0 0;
  border-radius: 20px;
  background: var(--color13);
  padding: 20px;
}
.community-p .page {
  float: none;
  margin: 20px 0 0;
}

.community-waterfall {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  align-items: flex-start;
  transition: all 0.2s;
}
.community-waterfall .fall-col {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  transition: all 0.2s;
}
.community-waterfall .fall-item {
  width: 275px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px 4px rgba(203, 203, 203, 0.3);
}
.community-waterfall .fall-item .imgbox {
  width: 100%;
  padding-top: calc(210/275*100%);
  position: relative;
}
.community-waterfall .fall-item .text {
  padding: 16px 20px 20px;
}
.community-waterfall .fall-item .text.isseemore .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20;
  overflow: hidden;
  text-overflow: ellipsis;
}
.community-waterfall .fall-item .text .ii {
  height: 14px;
}
.community-waterfall .fall-item .text .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color18);
  margin-top: 8px;
}
.community-waterfall .fall-item .text .com-seemore {
  margin-top: 6px;
}

#__next {
  background-color: #f8fafc;
}
#__next .SlotLayout_c_layout__yh7fb {
  padding-top: 92px;
}
#__next .SlotLayout_c_layout__yh7fb .technical_support {
  opacity: 0.1;
}
#__next #Track {
  background-color: #f8fafc;
  border-radius: 20px;
}
#__next #Track .Track_container__X6cb5 {
  border: none;
}
#__next #Track .Track_container__X6cb5 .Track_track_item__BWmlk {
  margin-bottom: 20px;
}
#__next #Track .Track_container__X6cb5 .Track_track_item__BWmlk .Track_input_label__sd_Y8 {
  color: #959697 !important;
  font-size: 18px;
}
#__next #Track .Track_container__X6cb5 .Track_track_item__BWmlk .Polaris-TextField {
  border-radius: 19px;
  overflow: hidden;
}
#__next #Track .Track_container__X6cb5 .Track_track_item__BWmlk .Polaris-TextField .Polaris-TextField__Input {
  height: 38px;
  border-color: #747474;
  background-color: #ffffff;
  border-radius: 19px;
  padding: 5px 20px;
}
#__next #Track .Track_container__X6cb5 .Polaris-Button.CustomButton {
  box-shadow: none !important;
  width: 100%;
  height: 38px;
  border-radius: 19px;
}
#__next .LogisticsTrack_container__UI7K7 .LogisticsTrack_provider__FcZwo .LogisticsTrack_event_list__c4_AQ .LogisticsTrack_event_item__pnVai .LogisticsTrack_event_info__kgAs6 {
  background-color: #f8fafc;
}
#__next .OrderProducts_container__HMibE .OrderProducts_img-box__IYBBa {
  border-radius: 4px;
  overflow: hidden;
}
#__next .OrderProducts_container__HMibE .OrderProducts_img-box__IYBBa img {
  min-width: none;
}

.banner.hasbar.istxt {
  padding-top: var(--barHeight-txt);
}
.banner.hasbar.istxt #banner-pic {
  height: calc(100vh - var(--barHeight-txt));
}
.banner.hasbar.isimg {
  padding-top: var(--barHeight-img);
}
.banner.hasbar.isimg #banner-pic {
  height: calc(100vh - var(--barHeight-img));
}

.header .mybar.istxt {
  height: var(--barHeight-txt);
}
.header .mybar.isimg {
  height: var(--barHeight-img);
}
.header .mybar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .mybar .close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
}
.header .headerbox {
  position: relative;
  z-index: 5;
}
.header .postop {
  position: relative;
  z-index: 3;
}

.store_btn {
  padding: 0 max(0.16rem, 12px);
  height: 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: linear-gradient(180deg, #2FD1EB 0%, #2FAFD0 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: max(0.72vw, 12px);
}
.store_btn .tt {
  color: #ffffff;
}

.mobile .store_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.main-hotvideo {
  position: relative;
  height: 85vh;
}
.main-hotvideo .mySwiper-myhotvideo .infobox {
  padding: 0.55rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-hotvideo .mySwiper-myhotvideo .ah_btn {
  margin-top: 0.25rem;
  margin-left: 0;
  height: 56px;
  padding: 0 56px;
  border-radius: 30px;
}
.main-hotvideo .swiperbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 120px);
}
.main-hotvideo .swiperbtn .mybtn {
  width: 70px;
  height: 70px;
  opacity: 0.5;
  transition: all 0.2s;
}
.main-hotvideo .swiperbtn .mybtn:hover {
  opacity: 0.7;
}
.main-hotvideo .swiperbtn .mybtn.swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden;
}
.main-hotvideo .thumb {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translate(-50%, 0%);
  width: calc(100% - 120px);
}
.main-hotvideo .thumb .thumbbox {
  width: 100%;
}
.main-hotvideo .thumb .mySwiper-myhotvideo-thumbs .swiper-wrapper {
  justify-content: center;
  align-items: flex-end;
}
.main-hotvideo .thumb .mySwiper-myhotvideo-thumbs .swiper-slide {
  width: 42px;
  height: 34px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
  opacity: 0.7;
  cursor: pointer;
}
.main-hotvideo .thumb .mySwiper-myhotvideo-thumbs .swiper-slide.swiper-slide-thumb-active {
  width: 47px;
  height: 38px;
  opacity: 1;
}
.main-hotvideo .thumb .mySwiper-myhotvideo-thumbs .sliditem {
  width: 100%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.tab_section {
  position: relative;
  padding: 60px 0 30px;
  background-color: #f8fafc;
}
.tab_section .sec_tt {
  text-align: center;
  line-height: 1;
}
.tab_section .tab_btns {
  margin-top: 30px;
  column-gap: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab_section .tab_btns .tab_btns_item {
  padding: 0 20px;
  height: 42px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  background-color: #F3F3F7;
  color: #929292;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab_section .tab_btns .tab_btns_item.active {
  background-color: var(--color1);
  color: #323232;
}
.tab_section .tab_list {
  margin: 0.5rem 0.4rem 0;
}
.tab_section .tab_list .tab_list_item {
  display: none;
}
.tab_section .tab_list .tab_list_item.active {
  display: block;
}
.tab_section .sec_box {
  margin: 0 0.4rem;
}
.tab_section .mySwiper_pic .swiper-slide {
  position: relative;
  padding-top: calc(722/1840*100%);
}
.tab_section .mySwiper_pic .swiper-slide .slid_con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tab_section .mySwiper_pic .swiper-slide .slid_con .con {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  overflow: hidden;
}
.tab_section .mySwiper_pic .swiper-slide .slid_con .con .con_info {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.tab_section .mySwiper_pic .swiper-slide .slid_con .con .con_info .con_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 40px;
  background: rgba(223, 223, 223, 0.2);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.tab_section .mySwiper_pic .swiper-slide .slid_con .con .con_info .con_btn:hover {
  background: rgba(223, 223, 223, 0.4);
}
.tab_section .mySwiper_pic .swiper-slide .slid_con .con .con_info .con_btn .jt {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.tab_section .mySwiper_pic_thumbs .swiper-wrapper {
  justify-content: center;
  align-items: flex-end;
}
.tab_section .mySwiper_pic_thumbs .swiper-slide {
  width: 42px;
  height: 34px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
  opacity: 0.7;
  cursor: pointer;
}
.tab_section .mySwiper_pic_thumbs .swiper-slide.swiper-slide-thumb-active {
  width: 47px;
  height: 38px;
  opacity: 1;
}
.tab_section .mySwiper_pic_thumbs .sliditem {
  width: 100%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.link_community {
  background: var(--znbg);
}
.link_community .container {
  display: block;
  max-width: 800px;
  padding-top: 50px;
}
.link_community .container img {
  border-radius: 20px;
  overflow: hidden;
}

.productDetail .topVideo,
.buynow .topVideo {
  position: relative;
  padding-top: calc(100vh - 106px);
}
.productDetail .topVideo .topVideo-c,
.buynow .topVideo .topVideo-c {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.productDetail .topVideo .top-c,
.buynow .topVideo .top-c {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  padding-bottom: 0.4rem;
}
.productDetail .topVideo .top-c .top-c-box,
.buynow .topVideo .top-c .top-c-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  opacity: 0;
}
.productDetail .topVideo .top-c .top-c-box.active,
.buynow .topVideo .top-c .top-c-box.active {
  opacity: 1;
}
.productDetail .topVideo .top-c .top-c-box .t-logo1,
.buynow .topVideo .top-c .top-c-box .t-logo1 {
  width: calc(200 / 1200 * 100%);
}
.productDetail .topVideo .top-c .top-c-box .t-logo2,
.buynow .topVideo .top-c .top-c-box .t-logo2 {
  margin-top: 0.1rem;
  color: #fff;
  line-height: 1;
}
.productDetail .topVideo .top-c .top-c-box .t-tt,
.buynow .topVideo .top-c .top-c-box .t-tt {
  width: 40%;
  margin-top: 0.3rem;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
  opacity: 0.8;
}
.productDetail .topVideo .top-c .top-c-box .videoBtn,
.buynow .topVideo .top-c .top-c-box .videoBtn {
  height: 72px;
  width: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.productDetail .topVideo .top-c .top-c-box .videoBtn .videoBtn-video,
.buynow .topVideo .top-c .top-c-box .videoBtn .videoBtn-video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.productDetail .topVideo .top-c .top-c-box .videoBtn .videoBtn-icon,
.buynow .topVideo .top-c .top-c-box .videoBtn .videoBtn-icon {
  position: relative;
}
.productDetail .topVideo .top-c .top-c-box .videoBtn .videoBtn-tt,
.buynow .topVideo .top-c .top-c-box .videoBtn .videoBtn-tt {
  position: relative;
  font-size: 22px;
  color: #fff;
  margin-left: 16px;
}
.productDetail .topVideo .top-c .top-c-box .linkbtn,
.buynow .topVideo .top-c .top-c-box .linkbtn {
  margin-left: 20px;
  width: 273px;
  height: 100px;
}
.productDetail .techWithHeart,
.buynow .techWithHeart {
  position: relative;
  padding-top: calc(100vh - 106px);
}
.productDetail .techWithHeart .topVideo-c,
.buynow .techWithHeart .topVideo-c {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.productDetail .techWithHeart .heart-c,
.buynow .techWithHeart .heart-c {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  padding-top: 0.5rem;
}
.productDetail .techWithHeart .heart-c .heart-c-box,
.buynow .techWithHeart .heart-c .heart-c-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.productDetail .techWithHeart .heart-c .heart-c-box .h-t,
.buynow .techWithHeart .heart-c .heart-c-box .h-t {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.productDetail .techWithHeart .heart-c .heart-c-box .h-t2,
.buynow .techWithHeart .heart-c .heart-c-box .h-t2 {
  margin: 0.2rem auto 0;
  width: 61%;
  color: #fff;
  text-align: center;
  line-height: 22px;
}
.productDetail .techWithHeart .heart-dialogue,
.buynow .techWithHeart .heart-dialogue {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  max-width: 960px;
  width: 80%;
}
.productDetail .techWithHeart .heart-dialogue .heart-dialogue-box,
.buynow .techWithHeart .heart-dialogue .heart-dialogue-box {
  border-radius: 28px;
  background: #F6F6F6;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}
.productDetail .techWithHeart .heart-dialogue .heart-dialogue-box .emohappy,
.buynow .techWithHeart .heart-dialogue .heart-dialogue-box .emohappy {
  position: relative;
  width: 164px;
  height: auto;
}
.productDetail .techWithHeart .heart-dialogue .heart-dialogue-box .emohappy img,
.buynow .techWithHeart .heart-dialogue .heart-dialogue-box .emohappy img {
  max-width: none;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 40%);
  width: 196px;
  height: 196px;
}
.productDetail .techWithHeart .heart-dialogue .heart-dialogue-box .emohappy-txt,
.buynow .techWithHeart .heart-dialogue .heart-dialogue-box .emohappy-txt {
  flex: 1;
  color: #747474;
  line-height: 28px;
  padding: 0.17rem 0.33rem 0.12rem 0.06rem;
}
.productDetail .showemolist,
.buynow .showemolist {
  padding-top: 2.06rem;
  margin-bottom: 1.4rem;
  background-color: #fff;
}
.productDetail .showemolist .emo-item,
.buynow .showemolist .emo-item {
  width: 100%;
}
.productDetail .showemolist .emo-item + .emo-item,
.buynow .showemolist .emo-item + .emo-item {
  margin-top: 1rem;
}
.productDetail .showemolist .emo-item:nth-child(2n),
.buynow .showemolist .emo-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.productDetail .showemolist .emo-item .emo-item-l,
.buynow .showemolist .emo-item .emo-item-l {
  width: calc(652 / 1200 * 100%);
  position: relative;
  padding-top: calc(368 / 1200 * 100%);
  border-radius: 0.25rem;
  overflow: hidden;
}
.productDetail .showemolist .emo-item .emo-item-l .emoitemvideo,
.buynow .showemolist .emo-item .emo-item-l .emoitemvideo {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.productDetail .showemolist .emo-item .emo-item-r,
.buynow .showemolist .emo-item .emo-item-r {
  flex: 1;
  padding: 0 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.productDetail .showemolist .emo-item .emo-item-r .tt1,
.buynow .showemolist .emo-item .emo-item-r .tt1 {
  letter-spacing: 0.37px;
  color: #2E2E2E;
  font-weight: 700;
}
.productDetail .showemolist .emo-item .emo-item-r .tt2,
.buynow .showemolist .emo-item .emo-item-r .tt2 {
  margin-top: 0.22rem;
  color: #5E5E5E;
}
.productDetail .superEilik .superEiliktt,
.buynow .superEilik .superEiliktt {
  color: #2E2E2E;
  letter-spacing: 0.37px;
  font-family: Roboto-Black;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.4rem;
}
.productDetail .superEilik .superEilikList .superEilikItem,
.buynow .superEilik .superEilikList .superEilikItem {
  position: relative;
  width: 100%;
}
.productDetail .superEilik .superEilikList .superEilikItem:nth-child(2n) .superEilikItem-c .c-flex,
.buynow .superEilik .superEilikList .superEilikItem:nth-child(2n) .superEilikItem-c .c-flex {
  flex-direction: row-reverse;
}
.productDetail .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex,
.buynow .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex {
  display: flex;
  align-items: center;
  padding: 2.02rem 0;
}
.productDetail .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-video,
.buynow .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-video {
  position: relative;
  margin: 0 0.4rem;
  width: calc(444 / 1200 * 100%);
  padding-top: calc(250 / 1200 * 100%);
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #DFDFDF;
}
.productDetail .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-video .superitemvideo,
.buynow .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-video .superitemvideo {
  position: absolute;
  width: 100%;
  height: 101%;
  left: 0;
  top: 0;
}
.productDetail .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-video .tt,
.buynow .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-video .tt {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
}
.productDetail .eilikBiuBiu,
.buynow .eilikBiuBiu {
  position: relative;
  margin-bottom: 2.96rem;
}
.productDetail .eilikBiuBiu .speed-d-box,
.buynow .eilikBiuBiu .speed-d-box {
  height: 100%;
}
.productDetail .eilikBiuBiu .eilikBiuBiu-c .c-flex,
.buynow .eilikBiuBiu .eilikBiuBiu-c .c-flex {
  position: relative;
  height: 100%;
  padding: 0.43rem 0 5.6rem;
}
.productDetail .eilikBiuBiu .eilikBiuBiu-c .c-flex .btt1,
.buynow .eilikBiuBiu .eilikBiuBiu-c .c-flex .btt1 {
  letter-spacing: 0.37px;
  color: #FFFFFF;
  font-weight: 900;
  text-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.productDetail .eilikBiuBiu .eilikBiuBiu-c .c-flex .btt2,
.buynow .eilikBiuBiu .eilikBiuBiu-c .c-flex .btt2 {
  width: 72%;
  text-align: center;
  margin: 0.22rem auto 0;
  /* 辅助色/白 */
  color: #FFFFFF;
}
.productDetail .eilikBiuBiu .biuVideoList,
.buynow .eilikBiuBiu .biuVideoList {
  width: calc(1184 / 1200 * 100%);
  position: absolute;
  left: 8px;
  bottom: -1.75rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.productDetail .eilikBiuBiu .biuVideoList .biuVideoitem,
.buynow .eilikBiuBiu .biuVideoList .biuVideoitem {
  position: relative;
  padding-top: calc(206 / 1200 * 100%);
  width: calc(368 / 1200 * 100%);
  border-radius: 20px;
  overflow: hidden;
}
.productDetail .eilikBiuBiu .biuVideoList .biuVideoitem + .biuVideoitem,
.buynow .eilikBiuBiu .biuVideoList .biuVideoitem + .biuVideoitem {
  margin-left: 0.4rem;
}
.productDetail .letParty,
.buynow .letParty {
  width: 100%;
  margin-bottom: 2.96rem;
  position: relative;
  padding-top: calc(730 / 1920 * 100%);
}
.productDetail .letParty .letParty-c .c-flex,
.buynow .letParty .letParty-c .c-flex {
  position: relative;
  height: 100%;
  padding-top: 0.6rem;
}
.productDetail .letParty .letParty-c .c-flex .ttimg,
.buynow .letParty .letParty-c .c-flex .ttimg {
  position: relative;
  width: calc(180 / 524 * 100%);
  margin: 0 auto;
}
.productDetail .letParty .letParty-c .c-flex .btt1,
.buynow .letParty .letParty-c .c-flex .btt1 {
  letter-spacing: 0.37px;
  color: #FFFFFF;
  font-weight: 900;
  text-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.productDetail .letParty .letParty-c .c-flex .btt2,
.buynow .letParty .letParty-c .c-flex .btt2 {
  text-align: center;
  margin: 0.3rem auto 0;
  /* 辅助色/白 */
  color: #FFFFFF;
}
.productDetail .letParty .letParty-c .c-flex .letPartyList,
.buynow .letParty .letParty-c .c-flex .letPartyList {
  width: calc(1184 / 1200 * 100%);
  position: absolute;
  left: 8px;
  bottom: -1.75rem;
  margin: 0 auto;
  display: flex;
  overflow-x: scroll;
  justify-content: center;
}
.productDetail .letParty .letParty-c .c-flex .letPartyList::-webkit-scrollbar,
.buynow .letParty .letParty-c .c-flex .letPartyList::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
}
.productDetail .letParty .letParty-c .c-flex .letPartyList .letPartyitem,
.buynow .letParty .letParty-c .c-flex .letPartyList .letPartyitem {
  position: relative;
  padding-top: calc(206 / 1200 * 100%);
  width: calc(368 / 1200 * 100%);
  border-radius: 20px;
  overflow: hidden;
}
.productDetail .letParty .letParty-c .c-flex .letPartyList .letPartyitem + .letPartyitem,
.buynow .letParty .letParty-c .c-flex .letPartyList .letPartyitem + .letPartyitem {
  margin-left: 0.4rem;
}
.productDetail .eilinkParameter,
.buynow .eilinkParameter {
  padding: 0 0 1.2rem;
}
.productDetail .eilinkParameter .parameterTT,
.buynow .eilinkParameter .parameterTT {
  font-weight: 700;
  color: #3BE3FE;
  text-align: center;
}
.productDetail .eilinkParameter .parameterDesc,
.buynow .eilinkParameter .parameterDesc {
  position: relative;
  margin-top: 0.2rem;
}
.productDetail .eilinkParameter .parameterDesc .descimg,
.buynow .eilinkParameter .parameterDesc .descimg {
  position: relative;
  padding-top: calc(676 / 1200 * 100%);
}
.productDetail .eilinkParameter .parameterDesc .desclist,
.buynow .eilinkParameter .parameterDesc .desclist {
  width: 92%;
  margin: 10px auto 0;
  border-radius: 10px;
  overflow: hidden;
  flex-wrap: wrap;
  border: 1px solid #E5E5E5;
  font-size: 16px;
}
.productDetail .eilinkParameter .parameterDesc .desclist .desclistitem,
.buynow .eilinkParameter .parameterDesc .desclist .desclistitem {
  display: flex;
  width: 50%;
}
.productDetail .eilinkParameter .parameterDesc .desclist .desclistitem:nth-child(2n),
.buynow .eilinkParameter .parameterDesc .desclist .desclistitem:nth-child(2n) {
  border-left: 1px solid #E5E5E5;
}
.productDetail .eilinkParameter .parameterDesc .desclist .desclistitem:nth-child(n+3),
.buynow .eilinkParameter .parameterDesc .desclist .desclistitem:nth-child(n+3) {
  border-top: 1px solid #E5E5E5;
}
.productDetail .eilinkParameter .parameterDesc .desclist .desclistitem .desclist-key,
.buynow .eilinkParameter .parameterDesc .desclist .desclistitem .desclist-key {
  display: flex;
  align-items: center;
  width: 28.3%;
  color: #3BE3FE;
  padding: 12px 20px;
  font-weight: 600;
}
.productDetail .eilinkParameter .parameterDesc .desclist .desclistitem .desclist-value,
.buynow .eilinkParameter .parameterDesc .desclist .desclistitem .desclist-value {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  width: 71.7%;
  color: #5E5E5E;
  border-left: 1px solid #E5E5E5;
}
.productDetail .eilinkParameter .futureUpdate,
.buynow .eilinkParameter .futureUpdate {
  margin-top: 1.2rem;
}
.productDetail .eilinkParameter .futureUpdate .futureUpdatett,
.buynow .eilinkParameter .futureUpdate .futureUpdatett {
  font-weight: 700;
  color: #292929;
  text-align: center;
}
.productDetail .eilinkParameter .futureUpdate .futureUpdatett2,
.buynow .eilinkParameter .futureUpdate .futureUpdatett2 {
  width: 80%;
  text-align: center;
  margin: 0.15rem auto 0;
  opacity: 0.7;
}
.productDetail .eilinkParameter .futureUpdate .futureUpdate-img,
.buynow .eilinkParameter .futureUpdate .futureUpdate-img {
  position: relative;
  margin-top: 0.18rem;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.productDetail .byCommunity,
.buynow .byCommunity {
  position: relative;
}
.productDetail .byCommunity .byCommunity-c .c-flex,
.buynow .byCommunity .byCommunity-c .c-flex {
  position: relative;
  height: 100%;
  padding: 0.92rem 0 3.38rem;
}
.productDetail .byCommunity .byCommunity-c .c-flex .btt1,
.buynow .byCommunity .byCommunity-c .c-flex .btt1 {
  letter-spacing: 0.37px;
  color: #FFFFFF;
  font-weight: 900;
  text-align: center;
}
.productDetail .byCommunity .byCommunity-c .c-flex .btt2,
.buynow .byCommunity .byCommunity-c .c-flex .btt2 {
  width: 86%;
  text-align: center;
  margin: 0.15rem auto 0;
  /* 辅助色/白 */
  color: #ffffff;
  opacity: 0.7;
}
.productDetail .byCommunity .byCommunity-c .c-flex .CommunityList,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList {
  margin: 0.4rem auto 0;
  display: flex;
  justify-content: center;
}
.productDetail .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  width: calc(250 / 1200 * 100%);
  padding: 0.4rem 0.3rem 0.3rem;
}
.productDetail .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem + .Communityitem,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem + .Communityitem {
  margin-left: 0.3rem;
}
.productDetail .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.productDetail .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .Communityitem-box-img,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .Communityitem-box-img {
  position: relative;
}
.productDetail .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .Communityitem-box-img .imgabs,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .Communityitem-box-img .imgabs {
  width: auto;
}
.productDetail .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .tt,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .tt {
  position: relative;
  line-height: 24px;
  letter-spacing: 0.35px;
  color: #323232;
  font-size: 22px;
}
.productDetail .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .tt .tt2,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .tt .tt2 {
  text-align: center;
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #929292;
}
.productDetail .freeHackOwn,
.buynow .freeHackOwn {
  position: relative;
}
.productDetail .freeHackOwn .freeHackOwn-c,
.buynow .freeHackOwn .freeHackOwn-c {
  padding: 2.05rem 0;
}
.productDetail .freeHackOwn .freeHackOwn-c .c-flex,
.buynow .freeHackOwn .freeHackOwn-c .c-flex {
  position: relative;
  height: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l,
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l {
  width: 56%;
  padding-right: 0.45rem;
}
.productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l .freeHackOwn-l-tt,
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l .freeHackOwn-l-tt {
  font-weight: bold;
  letter-spacing: 0.37px;
  color: #fff;
}
.productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l .freeHackOwn-l-desc,
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l .freeHackOwn-l-desc {
  margin-top: 0.1rem;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.8;
}
.productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l .freeHackOwn-l-btn,
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l .freeHackOwn-l-btn {
  margin-top: 0.4rem;
}
.productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r,
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r {
  width: 44%;
  display: flex;
}
.productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item,
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item {
  position: relative;
  width: calc(136 / 440 * 100%);
  padding-top: calc(290 / 440 * 100%);
  border: 1px solid #3BE3FE;
  box-shadow: 0px 0px 15px 0px rgba(59, 227, 254, 0.68);
  border-radius: 10px;
  overflow: hidden;
}
.productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item + .freeHackOwn-r-item,
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item + .freeHackOwn-r-item {
  margin-left: 0.15rem;
}
.productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item:nth-child(1),
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item:nth-child(1) {
  top: -0.2rem;
}
.productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item:nth-child(2),
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item:nth-child(2) {
  top: 0.2rem;
}
.productDetail .unlockMore,
.buynow .unlockMore {
  position: relative;
  padding-top: calc(700 / 1920 * 100%);
}
.productDetail .unlockMore.isshopify,
.buynow .unlockMore.isshopify {
  padding-top: calc(900 / 1920 * 100%);
}
.productDetail .unlockMore .unlockMore-video .partyvideo,
.buynow .unlockMore .unlockMore-video .partyvideo {
  width: 100%;
}
.productDetail .unlockMore .unlockMore-c .c-flex,
.buynow .unlockMore .unlockMore-c .c-flex {
  position: relative;
  height: 100%;
  padding-top: 50px;
}
.productDetail .unlockMore .unlockMore-c .c-flex .ttimg,
.buynow .unlockMore .unlockMore-c .c-flex .ttimg {
  position: relative;
  width: calc(180 / 524 * 100%);
  padding-top: calc(180 / 1200 * 100%);
  margin: 0 auto;
}
.productDetail .unlockMore .unlockMore-c .c-flex .btt1,
.buynow .unlockMore .unlockMore-c .c-flex .btt1 {
  letter-spacing: 0.37px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.productDetail .unlockMore .unlockMore-c .c-flex .btt2,
.buynow .unlockMore .unlockMore-c .c-flex .btt2 {
  margin-top: 0.05rem;
  letter-spacing: 0.37px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
.productDetail .unlockMore .unlockMore-c .c-flex .btt3,
.buynow .unlockMore .unlockMore-c .c-flex .btt3 {
  margin: 0.1rem auto 0;
  width: 76%;
  color: #FFFFFF;
  text-align: center;
}
.productDetail .arEilik,
.buynow .arEilik {
  position: relative;
}
.productDetail .arEilik .arEilik-c .c-flex,
.buynow .arEilik .arEilik-c .c-flex {
  position: relative;
  height: 100%;
  padding: 0 0.7rem 0 1.5rem;
  display: flex;
}
.productDetail .arEilik .arEilik-c .c-flex .c-flex-l,
.buynow .arEilik .arEilik-c .c-flex .c-flex-l {
  padding: 1.5rem 0.44rem 0 0;
  width: calc(434 / 980 * 100%);
}
.productDetail .arEilik .arEilik-c .c-flex .c-flex-l .btt1,
.buynow .arEilik .arEilik-c .c-flex .c-flex-l .btt1 {
  letter-spacing: 0.37px;
  color: #323232;
  font-weight: bold;
  line-height: 40px;
}
.productDetail .arEilik .arEilik-c .c-flex .c-flex-l .btt2,
.buynow .arEilik .arEilik-c .c-flex .c-flex-l .btt2 {
  margin-top: 0.15rem;
  line-height: 22px;
  color: #747474;
}
.productDetail .arEilik .arEilik-c .c-flex .c-flex-l .qcode,
.buynow .arEilik .arEilik-c .c-flex .c-flex-l .qcode {
  margin-top: 0.3rem;
  position: relative;
  width: calc(110 / 380 * 100%);
  padding-top: calc(110 / 380 * 100%);
}
.productDetail .arEilik .arEilik-c .c-flex .c-flex-l .qcode canvas,
.buynow .arEilik .arEilik-c .c-flex .c-flex-l .qcode canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.productDetail .arEilik .arEilik-c .c-flex .c-flex-l .btt3,
.buynow .arEilik .arEilik-c .c-flex .c-flex-l .btt3 {
  margin: 0.1rem 0 0;
  color: #CBCBCB;
}
.productDetail .arEilik .arEilik-c .c-flex .c-flex-r,
.buynow .arEilik .arEilik-c .c-flex .c-flex-r {
  position: relative;
  width: calc(546 / 980 * 100%);
}
.productDetail .arEilik .arEilik-c .c-flex .c-flex-r .r-item,
.buynow .arEilik .arEilik-c .c-flex .c-flex-r .r-item {
  position: relative;
  padding-top: calc(700 / 546 * 100%);
}
.productDetail .eilikBig,
.buynow .eilikBig {
  margin: 1.2rem 0;
}
.productDetail .eilikBig .eilikBig-c,
.buynow .eilikBig .eilikBig-c {
  position: relative;
  display: flex;
  align-items: center;
}
.productDetail .eilikBig .eilikBig-c .eilikBig-img,
.buynow .eilikBig .eilikBig-c .eilikBig-img {
  position: relative;
  width: 100%;
  padding-top: calc(600 / 1200 * 100%);
  border-radius: 20px;
  overflow: hidden;
}
.productDetail .eilikBig .eilikBig-c .eilikBig-t,
.buynow .eilikBig .eilikBig-c .eilikBig-t {
  position: absolute;
  width: calc(383 / 1200 * 100%);
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.productDetail .eilikBig .eilikBig-c .eilikBig-t .eilikBig-t1,
.buynow .eilikBig .eilikBig-c .eilikBig-t .eilikBig-t1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 41px;
  letter-spacing: 0.37px;
  color: #FFFFFF;
  text-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.productDetail .eilikBig .eilikBig-c .eilikBig-t .eilikBig-t2,
.buynow .eilikBig .eilikBig-c .eilikBig-t .eilikBig-t2 {
  margin-top: 0.1rem;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
}
.productDetail .eilikBig .eilikBig-c .eilikBig-t .eilikBig-btn,
.buynow .eilikBig .eilikBig-c .eilikBig-t .eilikBig-btn {
  display: block;
  width: calc(150 / 383 * 100%);
  padding: 0.14rem;
  line-height: 22px;
  margin: 0.3rem auto 0;
  border-radius: 30px;
  text-align: center;
}

.buynow .questionAndComment {
  background-color: #ffffff;
}
.buynow .questionAndComment .questionAndComment-cc {
  padding: 0;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-tt {
  letter-spacing: 0.37px;
  color: #323232;
  line-height: 1;
  font-size: 28px;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc {
  margin-top: calc(20 / 375 * 100%);
  align-items: flex-start;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list {
  flex: 1;
  width: 100%;
  padding-right: 0;
  border-top: 1px solid #F3F3F7;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item {
  border-radius: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #F3F3F7;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item.active .question-show .question-list-item-icon {
  transform: rotate(-180deg);
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item + .question-list-item {
  margin-top: calc(20 / 890 * 100%);
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-l {
  font-weight: 700;
  width: calc(750 / 890 * 100%);
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-icon {
  align-items: center;
  transform: rotate(0deg);
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-icon.mobile {
  display: none;
  margin-right: 14px;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-icon.web {
  display: flex;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-hide {
  display: none;
  color: #929292;
  margin-top: calc(20 / 890 * 100%);
  width: calc(750 / 890 * 100%);
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .morequestion {
  margin-top: calc(20 / 345 * 100%);
  width: 100%;
  color: #278CFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .morequestion .jump {
  width: 24px;
  padding-top: 24px;
  position: relative;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-tips {
  background: #F8FAFC;
  width: 100%;
  padding: calc(20 / 345 * 100%);
  border-radius: 20px;
  overflow: hidden;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-tips .question-tips-tt {
  font-weight: 700;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-tips .question-tips-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(8 / 270 * 100%) 0;
  width: calc(261 / 305 * 100%);
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  margin: calc(20 / 270 * 100%) auto 0;
}
.buynow .questionAndComment .questionAndComment-cc .comment {
  margin-top: calc(120 / 345 * 100%);
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-tt {
  font-size: 28px;
  letter-spacing: 0.37px;
  color: #323232;
  line-height: 1;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star {
  margin-top: calc(30 / 345 * 100%);
  align-items: flex-start;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-total {
  padding-right: 0;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-total .totaltt {
  margin-top: 8px;
  color: #747474;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail {
  flex: 1;
  padding-left: 0;
  border-left: none;
  margin-top: 20px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item {
  display: flex;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item + .detail-item {
  margin-top: 10px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .star-progress {
  position: relative;
  margin-left: 10px;
  width: 122px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #E3E3E3;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .star-progress .jdt {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0%;
  transition: all 0.5s;
  background-color: #ffb82a;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum {
  margin-left: 10px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum2 {
  margin-left: 20px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum,
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum2 {
  color: #747474;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-btns {
  margin-left: 0;
  display: flex;
  width: 100%;
  margin-top: 40px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-btns .star-btn {
  flex: 1;
  width: auto;
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  border-radius: 30px;
  border: 1px solid #278CFF;
  color: #278CFF;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-btns .star-btn + .star-btn {
  margin-left: 10px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list {
  margin-top: 30px;
  flex: 1;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t {
  position: relative;
  display: flex;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  background: #F3F3F7;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t .tab-t-item {
  font-size: 18px;
  padding: 13px 0;
  position: relative;
  cursor: pointer;
  color: #323232;
  font-weight: 500;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t .tab-t-item.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  background: #278CFF;
  z-index: 2;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t .tab-t-item + .tab-t-item {
  margin-left: 30px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem {
  display: none;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.active {
  display: block;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox {
  display: flex;
  flex-wrap: wrap;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg {
  overflow: hidden;
  margin: 10px 3% 0 0;
  position: relative;
  width: 48.5%;
  padding-top: 36.375%;
  border-radius: 8px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg:nth-child(3n) {
  margin: 10px 3% 0 0;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg:nth-child(4n) {
  margin: 10px 3% 0 0;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg:nth-child(7n) {
  margin: 10px 3% 0 0;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg:nth-child(2n) {
  margin-right: 0;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .linkbox {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .linkbox .link-l-icon + .link-l-icon {
  margin-left: 20px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .backbox {
  margin-top: 16px;
  font-size: 14px;
  color: #747474;
  width: 100%;
  background: #F3F3F7;
  padding: 8px 16px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .backbox .tt1 .b {
  font-weight: 700;
  color: #323232;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .backbox .tt3 {
  margin-top: 20px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item {
  display: flex;
  padding: 30px 0 20px;
  flex-direction: column;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item + .tab-c-list-item {
  border-top: 1px solid #F4F4F4;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar {
  display: flex;
  align-items: center;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-img {
  width: 50px;
  height: 50px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info {
  margin-left: 8px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 {
  display: flex;
  align-items: center;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 .starlist {
  margin-top: -4px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 .starlist .star {
  width: 15px;
  height: 15px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 .adate {
  margin-left: 6px;
  color: #747474;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-name {
  margin-top: 4px;
  font-weight: 700;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .tt {
  margin-top: 13px;
  font-weight: 700;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .dd {
  margin-top: 10px;
  color: #747474;
}
.buynow .questionAndComment .Service-support {
  margin-top: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buynow .questionAndComment .Service-support .Service-support-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #F3F3F7;
}
.buynow .questionAndComment .Service-support .Service-support-item:first-child {
  border-top: 1px solid #F3F3F7;
}
.buynow .questionAndComment .Service-support .Service-support-item .img {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 0px;
  overflow: visible;
}
.buynow .questionAndComment .Service-support .Service-support-item .tt {
  font-size: 12px;
  margin-left: 12px;
  text-align: center;
  margin-top: 0;
  color: #323232;
}

.preheat_page:nth-child(3) .preheat_page_con {
  align-items: flex-start;
}
.preheat_page .preheat_page_con {
  padding: 90px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.preheat_page .preheat_page_con .preheat_page_con_b {
  max-width: 620px;
}
.preheat_page .preheat_page_con .preheat_page_img {
  width: 100%;
}
.preheat_page .preheat_page_con .preheat_page_tt {
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  color: #ffffff;
  font-weight: bold;
}
.preheat_page .preheat_page_con .preheat_page_cc {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  width: 98%;
}
.preheat_page .preheat_page_con .preheat_page_email {
  margin-top: 16px;
}
.preheat_page .preheat_page_con .preheat_page_email .formemail {
  margin: 0 auto;
  max-width: 290px;
}
.preheat_page .preheat_page_con .preheat_page_email .formemail #get-go:hover {
  background: #FF921D;
}
.preheat_page .preheat_page_con .preheat_page_email .formemail .success_message {
  color: #DB7C16;
  margin-top: 6px;
}

#showbox {
  width: 100%;
  height: 60px;
  background: #F8F9FC;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  transform: translateY(100%);
}
#showbox.on {
  transform: translateY(0);
}
#showbox .c-flex {
  display: flex;
  height: 100%;
}
#showbox .c-flex .fixl {
  width: calc(420 /1200*100%);
  height: 100%;
  display: flex;
  align-items: center;
}
#showbox .c-flex .fixl .goodimg {
  position: relative;
  padding-top: 40px;
  border-radius: 5px;
  width: 40px;
  overflow: hidden;
}
#showbox .c-flex .fixl .goodinfo {
  margin-left: 16px;
}
#showbox .c-flex .fixl .goodinfo .t1 {
  font-size: 12px;
  color: #929292;
}
#showbox .c-flex .fixl .goodinfo .t2 {
  line-height: 24px;
  display: flex;
  align-items: center;
}
#showbox .c-flex .fixl .goodinfo .t2 .minprice {
  color: #323232;
  font-weight: 700;
  font-size: 22px;
}
#showbox .c-flex .fixl .goodinfo .t2 .price {
  margin-left: 10px;
  font-size: 14px;
  color: #929292;
  text-decoration: line-through;
}
#showbox .c-flex .fixr {
  flex: 1;
}
#showbox .c-flex .fixr form {
  height: 100%;
}
#showbox .c-flex .fixr .goods-handle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
#showbox .c-flex .fixr .goods-handle .goods-form {
  width: 48%;
  height: 36px;
  display: none;
}
#showbox .c-flex .fixr .goods-handle .goods-form .form-select {
  position: relative;
  height: 100%;
  flex: 1;
  margin-right: 0.1rem;
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 2px solid #747474;
  background-color: #fff;
  transition: all 0.5s;
}
#showbox .c-flex .fixr .goods-handle .goods-form .form-select.active .icon {
  transform: rotate(90deg);
}
#showbox .c-flex .fixr .goods-handle .goods-form .form-select.active .downselect-up {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#showbox .c-flex .fixr .goods-handle .goods-form .form-select.active .downselect-up .downselect-item {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#showbox .c-flex .fixr .goods-handle .goods-form .form-select .cc {
  padding: 0 18px;
  flex: 1;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #747474;
}
#showbox .c-flex .fixr .goods-handle .goods-form .form-select .cc .ccobx {
  width: 130px;
}
#showbox .c-flex .fixr .goods-handle .goods-form .form-select .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 100%;
  transition: all 0.3s;
  transform: rotate(0deg);
}
#showbox .c-flex .fixr .goods-handle .goods-form .form-select .icon img {
  height: 12px;
}
#showbox .c-flex .fixr .goods-handle .goods-form .form-select .downselect-up {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  bottom: 126%;
  left: 0;
  border-radius: 18px;
  background: #FFFFFF;
  padding: 10px;
  z-index: -1;
  height: 0;
  box-shadow: 7px 7px 15px 4px rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
}
#showbox .c-flex .fixr .goods-handle .goods-form .form-select .downselect-up .downselect-item {
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  border-radius: 5px;
  background: #FFFFFF;
  padding: 4px 8px;
  color: #747474;
  font-size: 14px;
  transition: all 0.2s;
}
#showbox .c-flex .fixr .goods-handle .goods-form .form-select .downselect-up .downselect-item.active {
  background: #3BE3FE;
  color: #ffffff;
}
#showbox .c-flex .fixr .goods-handle .goods-form .input-box {
  border-radius: 30px;
  border: 1px solid #747474;
  background-color: #fff;
  width: 37%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
}
#showbox .c-flex .fixr .goods-handle .goods-form .input-box .ibox {
  flex: 1;
}
#showbox .c-flex .fixr .goods-handle .goods-form .input-box .ibox input {
  border: none;
  padding: 0;
  width: 100%;
  text-align: center;
  color: #747474;
}
#showbox .c-flex .fixr .goods-handle .goods-form .input-box .iless,
#showbox .c-flex .fixr .goods-handle .goods-form .input-box .iadd {
  position: relative;
  width: 22px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 22px;
  color: #747474;
  transition: all 0.5s;
  user-select: none;
}
#showbox .c-flex .fixr .goods-handle .goods-form .input-box .iless.active,
#showbox .c-flex .fixr .goods-handle .goods-form .input-box .iadd.active {
  color: #3BE3FE;
}
#showbox .c-flex .fixr .goods-handle .goods-form .input-box .iless img,
#showbox .c-flex .fixr .goods-handle .goods-form .input-box .iadd img {
  width: 22px;
  height: 22px;
}
#showbox .c-flex .fixr .goods-handle .goods-form .input-box .iless {
  font-size: 36px;
}
#showbox .c-flex .fixr .goods-handle .addPay .add,
#showbox .c-flex .fixr .goods-handle .addPay .pay {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  padding: 0 0.8rem;
}
#showbox .c-flex .fixr .goods-handle .addPay .add {
  background: linear-gradient(180deg, #3BE3FE 0%, #4AECF7 100%);
}
#showbox .c-flex .fixr .goods-handle .addPay .pay {
  background: #FFB82A;
  margin-left: auto;
}
#showbox .c-flex .fixr .goods-handle .tips {
  margin-top: 0.3rem;
}
#showbox .c-flex .fixr .goods-handle .tips .tips1 {
  color: #929292;
  line-height: 20px;
}
#showbox .c-flex .fixr .goods-handle .tips .tips1 + .tips1 {
  margin-top: 6px;
}

.page-container {
  overflow: visible !important;
}

.buynow-video-xl {
  position: absolute;
  width: 122px;
  height: 40px;
  z-index: 2;
  bottom: 30px;
}

.buynow-video-xs {
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 2;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.buynow {
  font-size: medium;
}
.buynow video {
  object-fit: cover;
}
.buynow .goods-buy {
  padding-top: 0.8rem;
}
.buynow .goods-buy .goods-buy-l {
  position: sticky;
  width: 50%;
  top: 160px;
  overflow: hidden;
}
.buynow .goods-buy .goods-buy-l .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.buynow .goods-buy .goods-buy-l .swiper-slide {
  background-size: cover;
  background-position: center;
}
.buynow .goods-buy .goods-buy-l .mySwiper-top {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.buynow .goods-buy .goods-buy-l .mySwiper-top .swiper-wrapper .swiper-slide {
  position: relative;
  padding-top: 100%;
}
.buynow .goods-buy .goods-buy-l .mySwiper-top .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.buynow .goods-buy .goods-buy-l .changbox {
  position: relative;
  padding: 0.36rem 32px;
}
.buynow .goods-buy .goods-buy-l .changbox .mySwiper-bot {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.buynow .goods-buy .goods-buy-l .changbox .mySwiper-bot .swiper-wrapper .swiper-slide {
  width: 80px;
  height: 80px;
  opacity: 0.6;
  border-radius: 5px;
  overflow: hidden;
}
.buynow .goods-buy .goods-buy-l .changbox .mySwiper-bot .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.buynow .goods-buy .goods-buy-l .changbox .mySwiper-bot .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 1;
}
.buynow .goods-buy .goods-buy-l .changbox .prev,
.buynow .goods-buy .goods-buy-l .changbox .next {
  cursor: pointer;
  width: 22px;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
}
.buynow .goods-buy .goods-buy-l .changbox .prev img,
.buynow .goods-buy .goods-buy-l .changbox .next img {
  height: 19px;
}
.buynow .goods-buy .goods-buy-l .changbox .prev {
  left: 0;
}
.buynow .goods-buy .goods-buy-l .changbox .next {
  right: 0;
  justify-content: flex-end;
}
.buynow .goods-buy .goods-buy-l .mySwiper-bot-mobile {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.buynow .goods-buy .goods-buy-l .mySwiper-bot-mobile .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buynow .goods-buy .goods-buy-l .mySwiper-bot-mobile .swiper-wrapper .swiper-slide {
  width: 10px;
  height: 10px;
  opacity: 0.6;
  background: #FFFFFF;
  z-index: 6;
  margin: 0 5px;
  border-radius: 5px;
}
.buynow .goods-buy .goods-buy-l .mySwiper-bot-mobile .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.buynow .goods-buy .goods-buy-r {
  width: 50%;
  padding-left: 1rem;
}
.buynow .goods-buy .goods-buy-r .goods-title .tt1 {
  font-weight: 700;
  letter-spacing: 0.37px;
  color: #323232;
}
.buynow .goods-buy .goods-buy-r .goods-title .tt2 {
  margin-top: 0.1rem;
  font-weight: 400;
  color: #323232;
}
.buynow .goods-buy .goods-buy-r .goods-title .tt3 {
  margin-top: 0.1rem;
  display: flex;
}
.buynow .goods-buy .goods-buy-r .goods-title .tt3 .desc {
  margin-left: 8px;
  line-height: 24px;
  color: #b9b9b9;
}
.buynow .goods-buy .goods-buy-r .goods-comment {
  margin-top: 0.3rem;
  max-height: 420px;
  overflow-y: scroll;
}
.buynow .goods-buy .goods-buy-r .goods-comment .tt1 {
  color: #747474;
}
.buynow .goods-buy .goods-buy-r .goods-comment .tt2 {
  margin-top: 0.15rem;
  color: #929292;
}
.buynow .goods-buy .goods-buy-r .goods-handle {
  margin-top: 0.5rem;
}
.buynow .goods-buy .goods-buy-r .goods-handle .money {
  display: flex;
  align-items: center;
}
.buynow .goods-buy .goods-buy-r .goods-handle .money .minprice {
  letter-spacing: 0.36px;
  font-weight: 700;
  line-height: 40px;
}
.buynow .goods-buy .goods-buy-r .goods-handle .money .price {
  margin-left: 10px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 5px;
  background: #DEF8FF;
}
.buynow .goods-buy .goods-buy-r .goods-handle .money .price .t {
  color: #2CBCFC;
  text-decoration: line-through;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form {
  width: 73%;
  margin-top: 0.5rem;
  display: flex;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select {
  position: relative;
  height: 100%;
  flex: 1;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .cc {
  padding: 0 18px;
  flex: 1;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #747474;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .cc .ccobx {
  width: 130px;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 100%;
  transition: all 0.3s;
  transform: rotate(0deg);
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .icon img {
  height: 12px;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .choosett {
  color: #747474;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .downselect {
  margin-top: 8px;
  width: 100%;
  left: 0;
  z-index: 2;
  display: grid;
  row-gap: 8px;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .downselect .downselect-item {
  width: 100%;
  border-radius: 12px;
  background: #f8fafc;
  padding: 4px 16px 4px 4px;
  transition: all 0.5s;
  border: 2px solid transparent;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .downselect .downselect-item.active {
  border-color: #278CFF;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .downselect .downselect-item .p-l .p-img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .downselect .downselect-item .p-l .p-tt {
  flex: 1;
  padding: 0 16px;
  color: #323232;
  font-size: 16px;
  font-weight: 500;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .downselect .downselect-item .p-r .p_price {
  color: #323232;
  font-size: 14px;
  font-weight: 500;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .downselect .downselect-item .p-r .p_compare_at_price {
  color: #929292;
  font-size: 12px;
  text-decoration: line-through;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box {
  border-radius: 30px;
  border: 1px solid #747474;
  background-color: #fff;
  width: 37%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .ibox {
  flex: 1;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .ibox input {
  border: none;
  padding: 0;
  width: 100%;
  text-align: center;
  color: #747474;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .iless,
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .iadd {
  position: relative;
  width: 22px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 22px;
  color: #747474;
  transition: all 0.5s;
  user-select: none;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .iless.active,
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .iadd.active {
  color: #3BE3FE;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .iless img,
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .iadd img {
  width: 22px;
  height: 22px;
}
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .iless {
  font-size: 36px;
}
.buynow .goods-buy .goods-buy-r .goods-handle .addPay {
  margin-top: 0.3rem;
}
.buynow .goods-buy .goods-buy-r .goods-handle .addPay .add,
.buynow .goods-buy .goods-buy-r .goods-handle .addPay .pay {
  width: 75%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
}
.buynow .goods-buy .goods-buy-r .goods-handle .addPay .add {
  background: linear-gradient(180deg, #3BE3FE 0%, #4AECF7 100%);
}
.buynow .goods-buy .goods-buy-r .goods-handle .addPay .pay {
  background: #FFB82A;
  margin-top: 7px;
}
.buynow .goods-buy .goods-buy-r .goods-handle .payway {
  margin-top: 0.3rem;
}
.buynow .goods-buy .goods-buy-r .goods-handle .tips {
  margin-top: 0.3rem;
}
.buynow .goods-buy .goods-buy-r .goods-handle .tips .tips1 {
  color: #929292;
  line-height: 20px;
}
.buynow .goods-buy .goods-buy-r .goods-handle .tips .tips1 + .tips1 {
  margin-top: 6px;
}
.buynow .oneOfKind {
  padding: 1.2rem 0;
}
.buynow .oneOfKind .oneKtt1 {
  line-height: 24px;
}
.buynow .oneOfKind .oneKtt1 {
  text-align: center;
  font-weight: 700;
}
.buynow .oneOfKind .oneKtt2 {
  font-weight: 700;
  text-align: center;
  margin-top: calc(5 / 1200 * 100%);
}
.buynow .oneOfKind .oneKcc {
  width: 100%;
  margin-top: calc(40 / 1200 * 100%);
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}
.buynow .oneOfKind .oneKcc img {
  width: 100%;
}
.buynow .techWithHeart {
  z-index: 2;
}
.buynow .eilikBiuBiu .eilikBiuBiu-c .c-flex {
  padding: 0.63rem 0 5.6rem;
}
.buynow .yourCompanionBot .cc .cc-top {
  position: relative;
  width: 100%;
  padding: calc(40 / 1920 * 100%) 0 calc(521 / 1920 * 100%);
}
.buynow .yourCompanionBot .cc .cc-top .top-item-tt {
  margin: 0 auto;
  width: 80%;
  color: #fff;
  position: relative;
  text-align: center;
}
.buynow .yourCompanionBot .cc .cc-bot .bot-list {
  display: flex;
  margin-top: calc(20 / 1920 * 100%);
}
.buynow .yourCompanionBot .cc .cc-bot .bot-list .bot-item {
  position: relative;
  width: calc(610 / 1920 * 100%);
  padding: calc(22 / 1920 * 100%) 0 calc(417 / 1920 * 100%);
  border-radius: 10px;
  overflow: hidden;
  margin-right: calc(22.5 / 1920 * 100%);
}
.buynow .yourCompanionBot .cc .cc-bot .bot-list .bot-item:first-child {
  margin-left: calc(22.5 / 1920 * 100%);
}
.buynow .yourCompanionBot .cc .cc-bot .bot-list .bot-item .bot-item-tt {
  margin: 0 auto;
  width: 80%;
  color: #fff;
  position: relative;
  text-align: center;
  line-height: 1;
}
.buynow .eilinkParameter {
  padding: 1.2rem 0;
}
.buynow .eilinkParameter.pt0 {
  padding-top: 0;
}
.buynow .eilinkParameter.pt0 .inthebox:first-child {
  margin-top: 0;
}
.buynow .eilinkParameter.pt0 .inthebox .intheboxcc {
  margin-top: 0.5rem;
  position: relative;
  padding-top: 0;
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}
.buynow .eilinkParameter.pt0 .inthebox .intheboxcc img {
  position: relative;
}
.buynow .eilinkParameter.food {
  padding: 0;
}
.buynow .eilinkParameter.food .inthebox:first-child {
  margin-top: 100px;
}
.buynow .eilinkParameter.food .inthebox {
  margin-top: 100px;
}
.buynow .eilinkParameter .inthebox {
  margin-top: 1.2rem;
}
.buynow .eilinkParameter .inthebox .intheboxtt {
  color: #3BE3FE;
  text-align: center;
  font-weight: 600;
}
.buynow .eilinkParameter .inthebox .intheboxtt.black {
  color: #323232;
}
.buynow .eilinkParameter .inthebox .intheboxcc {
  margin-top: 0.5rem;
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.buynow .eilinkParameter .inthebox .intheboxcc img {
  width: 100%;
  position: relative;
  object-fit: cover;
}
.buynow .questionAndComment {
  background-color: #f8fafc;
  padding: 1rem 0 1.3rem;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-tt {
  letter-spacing: 0.37px;
  color: #323232;
  line-height: 1;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc {
  margin-top: calc(30 / 1200 * 100%);
  align-items: flex-start;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list {
  flex: 1;
  padding-right: calc(40 / 1200 * 100%);
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item {
  border-radius: 20px;
  background: #FFFFFF;
  width: 100%;
  padding: 20px calc(40 / 890 * 100%);
  overflow: hidden;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item.active .question-show .question-list-item-icon {
  transform: rotate(-180deg);
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item + .question-list-item {
  margin-top: calc(20 / 890 * 100%);
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-l {
  font-weight: 700;
  width: calc(750 / 890 * 100%);
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-icon {
  display: flex;
  align-items: center;
  transform: rotate(0deg);
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-icon.mobile {
  display: none;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-hide {
  display: none;
  color: #929292;
  margin-top: calc(20 / 890 * 100%);
  width: calc(750 / 890 * 100%);
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-tips {
  background: #FFFFFF;
  width: calc(270 / 1200 * 100%);
  padding: calc(20 / 1200 * 100%);
  border-radius: 20px;
  overflow: hidden;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-tips .question-tips-tt {
  font-weight: 700;
}
.buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-tips .question-tips-btn {
  margin-top: calc(20 / 270 * 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(8 / 270 * 100%) 0;
  width: 100%;
  color: #fff;
  border-radius: 30px;
}
.buynow .questionAndComment .questionAndComment-cc .comment {
  margin-top: 1.4rem;
}
.buynow .questionAndComment .questionAndComment-cc .comment .jdgm-widget.jdgm-widget .jdgm-rev-widg {
  border: none;
  padding: 0;
}
.buynow .questionAndComment .questionAndComment-cc .comment .jdgm-widget.jdgm-widget .jdgm-rev__reply {
  border-left: 3px solid #DFDFDF;
  background-color: #F3F3F7;
}
.buynow .questionAndComment .questionAndComment-cc .comment .jdgm-widget.jdgm-widget .jdgm-write-rev-link {
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid #278CFF;
  color: #278CFF;
}
.buynow .questionAndComment .questionAndComment-cc .comment .jdgm-widget.jdgm-widget .jdgm-sort-dropdown.jdgm-sort-dropdown {
  padding: 0 48px 0 16px;
  line-height: 2.5;
  border: 1px solid #929292;
  background-color: #ffffff;
  border-radius: 16px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .jdgm-widget.jdgm-widget .jdgm-sort-dropdown-arrow {
  right: 16px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-tt {
  letter-spacing: 0.37px;
  color: #323232;
  line-height: 1;
}
.buynow .questionAndComment .questionAndComment-cc .comment .jdgm-countdown {
  font-size: 12px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star {
  display: flex;
  margin-top: calc(20/ 1200 *100%);
  align-items: flex-start;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-total {
  padding-right: 0.3rem;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-total .totaltt {
  margin-top: 8px;
  color: #747474;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail {
  flex: 1;
  padding-left: 0.3rem;
  border-left: 1px solid #DFDFDF;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item {
  display: flex;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item + .detail-item {
  margin-top: 0.14rem;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .star-progress {
  position: relative;
  margin-left: 0.1rem;
  width: 122px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #E3E3E3;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .star-progress .jdt {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0%;
  transition: all 0.5s;
  background-color: #ffb82a;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum {
  margin-left: 0.1rem;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum2 {
  margin-left: 0.2rem;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum,
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum2 {
  color: #747474;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-btns {
  margin-left: auto;
  display: flex;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-btns .star-btn {
  width: 120px;
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  border-radius: 30px;
  border: 1px solid #278CFF;
  color: #278CFF;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-btns .star-btn + .star-btn {
  margin-left: 10px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-screen {
  margin-top: calc(30 / 1200 * 100%);
  margin-left: auto;
  position: relative;
  height: 30px;
  width: 167px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #747474;
  background-color: #fff;
  transition: all 0.5s;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-screen.active .icon {
  transform: rotate(90deg);
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-screen .cc {
  padding: 0 18px;
  flex: 1;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #323232;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-screen .cc .ccobx {
  width: 130px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-screen .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 100%;
  transition: all 0.3s;
  transform: rotate(0deg);
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-screen .icon img {
  width: 16px;
  height: 16px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-screen .downselect {
  display: none;
  position: absolute;
  width: 100%;
  top: 126%;
  left: 0;
  border-radius: 18px;
  background: #FFFFFF;
  padding: 10px;
  z-index: 2;
  box-shadow: 7px 7px 15px 4px rgba(0, 0, 0, 0.16);
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-screen .downselect .downselect-item {
  width: 100%;
  border-radius: 5px;
  background: #FFFFFF;
  padding: 4px 8px;
  color: #747474;
  font-size: 14px;
  transition: all 0.5s;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-screen .downselect .downselect-item.active {
  background: #3BE3FE;
  color: #ffffff;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list {
  flex: 1;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t {
  position: relative;
  display: flex;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  background: #F3F3F7;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t .tab-t-item {
  padding: 13px 0;
  position: relative;
  cursor: pointer;
  color: #323232;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t .tab-t-item.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  background: #278CFF;
  z-index: 2;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t .tab-t-item + .tab-t-item {
  margin-left: calc(30 / 1200 * 100%);
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem {
  display: none;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.active {
  display: block;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox {
  display: flex;
  flex-wrap: wrap;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg {
  overflow: hidden;
  margin: 10px calc(13.3 / 1200 * 100%) 0 0;
  position: relative;
  width: calc(160 / 1200 * 100%);
  padding-top: calc(120 / 1200 * 100%);
  border-radius: 8px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg:nth-child(7n) {
  margin-right: 0;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .linkbox {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .linkbox .link-l-icon + .link-l-icon {
  margin-left: 20px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .backbox {
  margin-top: 16px;
  font-size: 14px;
  color: #747474;
  width: 100%;
  background: #F3F3F7;
  padding: 8px 16px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .backbox .tt1 .b {
  font-weight: 700;
  color: #323232;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .backbox .tt3 {
  margin-top: 20px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item {
  display: flex;
  padding: 30px 0;
  flex-direction: column;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item + .tab-c-list-item {
  border-top: 1px solid #F4F4F4;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar {
  display: flex;
  align-items: center;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-img {
  width: 50px;
  height: 50px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info {
  margin-left: 8px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 {
  display: flex;
  align-items: center;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 .starlist {
  margin-top: -4px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 .starlist .star {
  width: 15px;
  height: 15px;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 .adate {
  margin-left: 6px;
  color: #747474;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-name {
  margin-top: 4px;
  font-weight: 700;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .tt {
  margin-top: 13px;
  font-weight: 700;
}
.buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .dd {
  margin-top: 10px;
  color: #747474;
}
.buynow .questionAndComment .Service-support {
  margin-top: calc(50 / 1200 *100%);
  padding: 0 calc(140 / 1200 *100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buynow .questionAndComment .Service-support .Service-support-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buynow .questionAndComment .Service-support .Service-support-item .img {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3be3fe;
  border-radius: 50%;
  overflow: hidden;
}
.buynow .questionAndComment .Service-support .Service-support-item .tt {
  text-align: center;
  margin-top: 0.2rem;
  color: #747474;
}

.consumer {
  background-color: #f8fafc;
}
.consumer .product {
  padding-bottom: 1rem;
}
.consumer .product.container {
  max-width: 822px;
}
.consumer .product .producttt {
  text-align: center;
  padding: 0.6rem 0 0.36rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.37px;
  color: #3D3D3D;
}
.consumer .product .productitem {
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.consumer .product .productitem .productitem-l {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 0.4rem;
}
.consumer .product .productitem .productitem-l .productitem-l-t1 {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.36px;
  /* 主题色/深灰 */
  color: #323232;
}
.consumer .product .productitem .productitem-l .productitem-l-t2 {
  margin-top: 10px;
  line-height: 20px;
  letter-spacing: 0em;
  color: #747474;
}
.consumer .product .productitem .productitem-l .productitem-l-btns {
  margin-top: 30px;
}
.consumer .product .productitem .productitem-l .productitem-l-btns .productitem-l-btn {
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  /* 主题色/亮蓝 */
  border: 1px solid #3BE3FE;
  background: #FFFFFF;
  color: #3BE3FE;
}
.consumer .product .productitem .productitem-l .productitem-l-btns .productitem-l-btn.on {
  border: 1px solid transparent;
  background: #3BE3FE;
  color: #FFFF;
  margin-left: 0.1rem;
}
.consumer .product .productitem .productitem-r {
  width: calc(374 / 822 * 100%);
  position: relative;
  padding-top: calc(320 / 822 * 100%);
}

.pagetop {
  position: relative;
  width: 100%;
}
.pagetop .c-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #3be3fe;
}
.pagetop .c-flex .container {
  padding: 0.8rem 0;
  width: 100%;
  height: 100%;
  max-width: none;
}
.pagetop .ccbox {
  width: 92%;
  margin: 0 auto;
  max-width: 1200px;
}
.pagetop .pagetop-t1 {
  position: relative;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.37px;
  color: #FFFFFF;
  text-align: center;
}
.pagetop .pagetop-t2 {
  position: relative;
  margin-top: 0.2rem;
  font-weight: normal;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
}
.pagetop .pagetop-tohelp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  font-weight: normal;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin: 4px auto 0;
  opacity: 0.8;
}

.nofloat {
  float: none;
}

.nopdt {
  padding-top: 0 !important;
}

.pagefoot {
  position: relative;
  width: 100%;
}
.pagefoot .c-flex {
  background-color: #323232;
}
.pagefoot .c-flex .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0;
  width: 100%;
  height: 100%;
}
.pagefoot .pagetop-t1 {
  max-width: 90%;
  margin-top: 17px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.37px;
  color: #747474;
  text-align: center;
}

.enterprice {
  min-height: 100vh;
  background-color: #f8fafc;
}
.enterprice .product {
  padding-bottom: 1rem;
}
.enterprice .product .producttt {
  text-align: center;
  padding: 0.6rem 0 0.36rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.37px;
  color: #3D3D3D;
}
.enterprice .product .productlist {
  padding: 0.4rem;
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
}
.enterprice .product .productlist .productitem {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 25%;
  max-width: 250px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}
.enterprice .product .productlist .productitem + .productitem {
  margin-left: calc(40 / 1200 * 100%);
}
.enterprice .product .productlist .productitem .productitem-l {
  width: 100%;
  position: relative;
  padding-top: calc(200 / 250 * 100%);
}
.enterprice .product .productlist .productitem .productitem-r {
  background-color: #FFFFFF;
  padding: 15px 20px 20px;
  min-height: 178px;
}
.enterprice .product .productlist .productitem .productitem-r .tt {
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.35px;
  color: #323232;
  margin-bottom: 5px;
}
.enterprice .product .productlist .productitem .productitem-r .desc {
  color: #929292;
  font-size: 12px;
  line-height: 16px;
}
.enterprice .product .productlist .productitem .productitem-r .desc .t {
  font-weight: 700;
}

.downloadAll {
  background-color: #f8fafc;
}
.downloadAll.diypage {
  padding-top: 0;
}
.downloadAll .downloadAll-c {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0.6rem 0 1rem;
  overflow: visible;
}
.downloadAll .downloadAll-c .downloadAll-l {
  position: sticky;
  top: 70px;
  z-index: 1;
  width: calc(310 / 1200 * 100%);
  padding-right: calc(40 / 1200 * 100%);
}
.downloadAll .downloadAll-c .downloadAll-l .downloadAll-l-box {
  border-radius: 20px;
  background: #FFFFFF;
  width: 100%;
  padding: calc(34 / 270 * 100%) calc(20 / 270 * 100%);
}
.downloadAll .downloadAll-c .downloadAll-l .downloadAll-l-box .l-item {
  margin-top: 14px;
}
.downloadAll .downloadAll-c .downloadAll-l .downloadAll-l-box .ui-name {
  font-weight: 700;
  padding: 0 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.downloadAll .downloadAll-c .downloadAll-l .downloadAll-l-box .ui-list .l-li-a {
  display: block;
  width: 100%;
  padding: 9px 30px;
  background-color: #fff;
  border-radius: 4px;
  text-transform: capitalize;
}
.downloadAll .downloadAll-c .downloadAll-l .downloadAll-l-box .ui-list .l-li-a.on {
  background-color: #def8ff;
}
.downloadAll .downloadAll-c .downloadAll-l .downloadAll-l-box .ui-list .l-li-a:hover {
  background-color: #def8ff;
}
.downloadAll .downloadAll-c .downloadAll-r-list {
  flex: 1;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item {
  padding: calc(60 / 890 * 100%);
  overflow: hidden;
  border-radius: 20px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item + .downloadAll-r-item {
  margin-top: calc(20 / 890 * 100%);
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .l-img {
  display: flex;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .l-img .img-info-t {
  padding-left: calc(32 / 770 * 100%);
  flex: 1;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .l-img .img-info-t .img-info-t-t1 {
  font-weight: 700;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .l-img .img-info-t .img-info-t-t2 {
  color: #323232;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .l-img .img-info-t .img-info-tips {
  display: none;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info {
  margin-left: auto;
  width: 100%;
  display: flex;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .epty {
  width: 88px;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b {
  flex: 1;
  margin-top: calc(53 / 650 * 100%);
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-t {
  position: relative;
  display: flex;
  max-width: 100%;
  overflow: scroll;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-t::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  background: #DEF8FF;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-t .tab-t-item {
  padding: 13px 0;
  position: relative;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-t .tab-t-item.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  background: #3be3fe;
  z-index: 2;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-t .tab-t-item.TextCap {
  cursor: pointer;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-t .tab-t-item + .tab-t-item {
  margin-left: calc(26 / 650 * 100%);
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c {
  margin-top: calc(15 / 650 * 100%);
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .bigitem {
  display: none;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .bigitem.active {
  display: block;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  align-items: center;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item + .tab-c-list-item {
  border-top: 1px solid #F4F4F4;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item.hide {
  display: none;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t1 {
  display: flex;
  justify-content: space-between;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t1 .tt {
  color: #323232;
  font-weight: 700;
  line-height: 23px;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t1 .time {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border-radius: 4px;
  color: #278CFF;
  font-size: 12px;
  /* 辅助色/浅蓝 */
  background: #DEF8FF;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t2:hover .update-info-tt {
  color: var(--color12);
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t2:hover .jianicon .show {
  display: none;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t2:hover .jianicon .hide {
  display: flex;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t2 .update-info-tt {
  color: #929292;
  font-weight: 300;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t2 .jianicon {
  display: flex;
  align-items: center;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t2 .jianicon .show {
  display: flex;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t2 .jianicon .hide {
  display: none;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .downloadbtn {
  width: 115px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3BE3FE;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-tips {
  text-align: right;
  /* 辅助色/浅灰2 */
  color: #278CFF;
  cursor: pointer;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .imgbox {
  padding-top: calc(157 / 650 * 100%);
  position: relative;
}
.downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .imgbox .imgbtn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
  border-radius: 30px;
  background: #3BE3FE;
  font-size: 16px;
  color: #FFFFFF;
}

.videoList {
  min-height: 100vh;
  background-color: #ffffff;
  padding: 0.5rem 0 1.06rem;
}
.videoList .list-item {
  width: 100%;
}
.videoList .list-item + .list-item {
  margin-top: 0.8rem;
}
.videoList .list-item .list-item-t {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.37px;
}
.videoList .list-item .list-item-list {
  display: flex;
  flex-wrap: wrap;
}
.videoList .list-item .list-item-list .c-item-video {
  position: relative;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  width: calc(368 / 1200 * 100%);
  margin-top: calc(50 / 1200 * 100%);
  margin-left: calc(48 / 1200 * 100%);
  border-radius: 20px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}
.videoList .list-item .list-item-list .c-item-video .videopic {
  display: none;
}
.videoList .list-item .list-item-list .c-item-video:nth-child(3n+1) {
  margin-left: 0;
}
.videoList .list-item .list-item-list .c-item-video:nth-child(-n+3) {
  margin-top: calc(40 / 1200 * 100%);
}
.videoList .list-item .list-item-list .c-item-video .video-c {
  position: relative;
  padding-top: calc(206 / 366.6 * 100%);
}
.videoList .list-item .list-item-list .c-item-video .video-c img {
  object-fit: cover;
}
.videoList .list-item .list-item-list .c-item-video .video-info {
  padding: calc(20 / 366.6 * 100%);
}
.videoList .list-item .list-item-list .c-item-video .video-info .video-info-t1 {
  font-weight: bold;
  color: #323232;
}
.videoList .list-item .list-item-list .c-item-video .video-info .video-info-t2 {
  display: none;
  color: #b9b9b9;
}

.starlist {
  display: flex;
}
.starlist .star {
  width: 20px;
  height: 20px;
}
.starlist .star + .star {
  margin-left: 5px;
}

.alsolike {
  padding-top: 1rem;
}
.alsolike .alsolikett {
  text-align: center;
  font-weight: bold;
  line-height: 41px;
  letter-spacing: 0.37px;
  color: #3BE3FE;
}
.alsolike .alsolikecc {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  overflow-x: scroll;
  padding-bottom: 1rem;
}
.alsolike .alsolikecc::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  color: transparent;
}
.alsolike .alsolikecc .alsolikecc-item {
  position: relative;
  width: 250px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.alsolike .alsolikecc .alsolikecc-item + .alsolikecc-item {
  margin-left: 0.4rem;
}
.alsolike .alsolikecc .alsolikecc-item .cc-item-img {
  position: relative;
  padding-top: 200px;
  overflow: hidden;
}
.alsolike .alsolikecc .alsolikecc-item .cc-item-img img {
  object-fit: cover;
}
.alsolike .alsolikecc .alsolikecc-item .cc-item-info {
  padding: 15px 12px;
}
.alsolike .alsolikecc .alsolikecc-item .cc-item-info .cc-item-info-t1 {
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.35px;
  text-align: center;
}
.alsolike .alsolikecc .alsolikecc-item .cc-item-info .cc-item-info-t2 {
  margin-top: 0.1rem;
  display: flex;
  line-height: 16px;
  justify-content: center;
}
.alsolike .alsolikecc .alsolikecc-item .cc-item-info .cc-item-info-t2 .minprice {
  color: #323232;
}
.alsolike .alsolikecc .alsolikecc-item .cc-item-info .cc-item-info-t2 .price {
  margin-left: 0.12rem;
  color: #929292;
  text-decoration: line-through;
}
.alsolike .alsolikecc .alsolikecc-item .cc-item-info .cc-item-info-btn {
  display: block;
  margin: 0.1rem auto 0;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 0.3rem;
}
.alsolike .alsolikecc .alsolikecc-item .cc-item-info .cc-item-info-btn:hover {
  background-color: #0DD7F6;
}

.trackOrder .orderSearch {
  width: 100%;
  height: 480px;
  background-color: #323232;
}
.trackOrder .orderSearch .c-flex {
  height: 100%;
}
.trackOrder .orderSearch .orderForm {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trackOrder .orderSearch .orderForm .orderForm-tt {
  color: #FFFFFF;
  font-weight: 700;
}
.trackOrder .orderSearch .orderForm .formdata {
  margin-top: 40px;
  padding: 40px;
  background-color: #292929;
  width: calc(550 / 1200 *100%);
  border-radius: 20px;
}
.trackOrder .orderSearch .orderForm .formdata .form-item {
  width: 100%;
}
.trackOrder .orderSearch .orderForm .formdata .form-item + .form-item {
  margin-top: 20px;
}
.trackOrder .orderSearch .orderForm .formdata .form-item .form-item-tt {
  color: #949494;
  margin-bottom: 5px;
}
.trackOrder .orderSearch .orderForm .formdata .form-item .form-item-view {
  width: 100%;
  height: 38px;
  border-radius: 27px;
  padding: 0 20px;
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
}
.trackOrder .orderSearch .orderForm .formdata .form-item .form-item-view.formbtn {
  background-color: #3be3fe;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.trackOrder .orderSearch .orderForm .formdata .form-item .form-item-view .inp {
  width: 100%;
  height: 100%;
}
.trackOrder .orderDetail {
  background-color: #f8fafc;
  padding-bottom: 70px;
}
.trackOrder .orderDetail .detail-top {
  padding: calc(65 / 1200 *100%) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trackOrder .orderDetail .detail-top .detail-top-t1 {
  color: #323232;
}
.trackOrder .orderDetail .detail-top .detail-top-t2 {
  margin-top: calc(24 / 1200 *100%);
  font-weight: 700;
  color: #323232;
}
.trackOrder .orderDetail .detail-top .detail-top-t3 {
  margin-top: calc(14 / 1200 *100%);
  color: #747474;
}
.trackOrder .orderDetail .detail-progress {
  padding: calc(60/1200*100%) calc(40/1200*100%) calc(48/1200*100%);
  border-radius: 20px;
  background: #FFFFFF;
}
.trackOrder .orderDetail .detail-progress .hidebox {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.trackOrder .orderDetail .detail-progress .progress-item {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.trackOrder .orderDetail .detail-progress .progress-item.now .tt {
  color: #3BE3FE;
}
.trackOrder .orderDetail .detail-progress .progress-item.on {
  z-index: 2;
}
.trackOrder .orderDetail .detail-progress .progress-item.on .yuan {
  background: #3BE3FE;
}
.trackOrder .orderDetail .detail-progress .progress-item.on .yuan::after {
  background: #3BE3FE;
}
.trackOrder .orderDetail .detail-progress .progress-item.on .icn {
  transform: translateX(-40px);
  filter: drop-shadow(40px 0 #3BE3FE);
  -webkit-backdrop-filter: drop-shadow(40px 0 #3BE3FE);
  -webkit-filter: drop-shadow(40px 0 #3BE3FE);
}
.trackOrder .orderDetail .detail-progress .progress-item:last-child {
  align-items: flex-end;
}
.trackOrder .orderDetail .detail-progress .progress-item .tbox {
  position: relative;
}
.trackOrder .orderDetail .detail-progress .progress-item .img {
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.trackOrder .orderDetail .detail-progress .progress-item .img .icn {
  width: 40px;
  height: 40px;
  box-sizing: content-box;
  border-right: 40px solid transparent;
}
.trackOrder .orderDetail .detail-progress .progress-item .yuan {
  margin-top: 20px;
  width: 24px;
  height: 24px;
  background: #dfdfdf;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.trackOrder .orderDetail .detail-progress .progress-item .yuan::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -300px;
  transform: translateY(-50%);
  width: 300px;
  height: 6px;
  background: #dfdfdf;
  z-index: 1;
}
.trackOrder .orderDetail .detail-progress .progress-item .tt {
  margin-top: 10px;
  color: #747474;
}
.trackOrder .orderDetail .detail-progress .progress-item .dd {
  margin-top: 5px;
  color: #CBCBCB;
}
.trackOrder .orderDetail .detail-content {
  overflow: visible;
  margin-top: 40px;
  align-items: flex-start;
}
.trackOrder .orderDetail .detail-content .detail-content-l {
  flex: 1;
}
.trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item + .detail-content-l-b-item {
  margin-top: 15px;
}
.trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item:last-child .info-box::after {
  display: none;
}
.trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item.active .mark {
  background-color: rgba(154, 239, 253, 0.5);
}
.trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item.active .mark .yuan2 {
  display: flex;
}
.trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item.active .mark .lin {
  display: none;
}
.trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item.active .info-box {
  color: #323232;
}
.trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item .mark {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item .mark .lin {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border: 2px solid #707070;
  transform: rotate(45deg);
}
.trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item .mark .yuan2 {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  border: 2px solid #3BE3FE;
  background-color: #fff;
}
.trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item .mark .yuan2 img {
  width: 9px;
}
.trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item .info-box {
  width: calc(787 / 844 *100%);
  padding: 20px;
  border-radius: 20px;
  background: #FFFFFF;
  z-index: 1;
  color: #747474;
}
.trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item .info-box::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  width: 3px;
  height: 110%;
  background-color: #DFDFDF;
  z-index: 2;
}
.trackOrder .orderDetail .detail-content .detail-content-r {
  position: sticky;
  top: 40px;
  width: calc(356 / 1200 *100%);
  padding-left: calc(32 / 1200 *100%);
}
.trackOrder .orderDetail .detail-content .detail-content-r .orderinfo {
  width: 100%;
  border-radius: 20px;
  background: #FFFFFF;
  padding: calc(20/356 *100%);
}
.trackOrder .orderDetail .detail-content .detail-content-r .orderinfo .t1 {
  font-weight: 500;
}
.trackOrder .orderDetail .detail-content .detail-content-r .orderinfo .cc {
  margin-top: calc(30 / 356 *100%);
}
.trackOrder .orderDetail .detail-content .detail-content-r .orderinfo .cc .cctxt {
  display: flex;
  justify-content: space-between;
}
.trackOrder .orderDetail .detail-content .detail-content-r .orderinfo .cc .cctxt + .cctxt {
  margin-top: 15px;
}
.trackOrder .orderDetail .detail-content .detail-content-r .orderinfo .cc .cctxt .cctxt-l {
  width: 44%;
  color: #323232;
}
.trackOrder .orderDetail .detail-content .detail-content-r .orderinfo .cc .cctxt .cctxt-r {
  text-align: right;
  width: 44%;
  color: #747474;
}
.trackOrder .orderDetail .detail-content .detail-content-r .helpme {
  margin-top: calc(34 / 356 *100%);
  width: 100%;
  border-radius: 20px;
  background: #DEF8FF;
  padding: calc(20/356 *100%);
}
.trackOrder .orderDetail .detail-content .detail-content-r .helpme .t1 {
  font-weight: 700;
}
.trackOrder .orderDetail .detail-content .detail-content-r .helpme .cc {
  color: #747474;
  margin-top: calc(15 / 356 *100%);
}
.trackOrder .orderDetail .detail-content .detail-content-r .helpme .bb {
  margin-top: calc(15 / 356 *100%);
  width: 100%;
  height: 38px;
  border-radius: 30px;
  display: flex;
  background-color: #ffffff;
  overflow: hidden;
}
.trackOrder .orderDetail .detail-content .detail-content-r .helpme .bb .inpbox {
  flex: 1;
  padding: 0 20px;
}
.trackOrder .orderDetail .detail-content .detail-content-r .helpme .bb .inpbox .inp {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #323232;
}
.trackOrder .orderDetail .detail-content .detail-content-r .helpme .bb .inpboxbtn {
  cursor: pointer;
  width: 56px;
  height: 100%;
  background-color: #3be3fe;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trackOrder .orderDetail .detail-content .detail-content-r .helpme .bb .inpboxbtn img {
  margin-left: -4px;
}

.supportmask {
  width: 100vw;
  height: calc(100vh - 50px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: #989898;
  opacity: 0;
  visibility: hidden;
}
.supportmask.active {
  opacity: 1;
  visibility: visible;
}

.supportnav {
  width: 100%;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: fixed;
  top: 50px;
  background: #F8FAFC;
  z-index: 2;
}
.supportnav .l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.supportnav .l.active .i1 {
  width: 22px;
  transform: rotate(45deg);
}
.supportnav .l.active .i2 {
  width: 0;
}
.supportnav .l.active .i3 {
  width: 22px;
  transform: rotate(-45deg);
}
.supportnav .l span {
  background-color: #747474;
  height: 2px;
  border-radius: 3px;
  margin: 3px 0;
  transform-Origin: left;
  transition: all 0.5s;
}
.supportnav .l .i1 {
  width: 16px;
}
.supportnav .l .i2 {
  transition: all 0.2s;
  width: 12px;
}
.supportnav .l .i3 {
  width: 18px;
}
.supportnav .r {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support .supportSearch {
  position: relative;
  width: 100%;
  height: 280px;
  background-color: #323232;
}
.support .supportSearch .c-flex {
  max-width: none;
  width: 100%;
  height: 100%;
}
.support .supportSearch .c-flex .container {
  height: 100%;
}
.support .supportSearch .supportForm {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.support .supportSearch .supportForm .supportForm-tt-bg {
  display: none;
}
.support .supportSearch .supportForm .supportForm-tt {
  color: #FFFFFF;
  font-weight: 700;
}
.support .supportSearch .supportForm .formdata {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.support .supportSearch .supportForm .formdata .form-item {
  width: calc(500 /1200 *100%);
  height: 50px;
  border-radius: 27px;
  padding: 0 20px;
  background-color: #FFFFFF;
  color: #000000;
  display: flex;
  align-items: center;
}
.support .supportSearch .supportForm .formdata .form-item .sar {
  display: flex;
  align-items: center;
}
.support .supportSearch .supportForm .formdata .form-item .form-item-view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px 10px;
}
.support .supportSearch .supportForm .formdata .form-item .form-item-view .inp {
  width: 100%;
  height: 100%;
}
.support .supportSearch .supportForm .formdata .tips {
  margin-top: 20px;
}
.support .supportcc {
  padding: 0.78rem 0 0.6rem;
  background-color: #F8FAFC;
}
.support .supportcc.search {
  padding: 0.6rem 0 1rem;
}
.support .supportcc .supportcc-cate + .supportcc-cate {
  margin-top: 20px;
}
.support .supportcc .supportcc-cate .supportcc-cate-t {
  display: flex;
  align-items: center;
}
.support .supportcc .supportcc-cate .supportcc-cate-t .tt {
  margin-left: 10px;
  color: #747474;
  font-weight: 700;
}
.support .supportcc .supportcc-cate .supportcc-cate-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.support .supportcc .supportcc-cate .supportcc-cate-list .list-card {
  width: calc(373 / 1200 *100%);
  padding: calc(40/1200*100%);
  border-radius: 20px;
  background: #FFFFFF;
  margin: 0 40px 40px 0;
  max-height: 354px;
}
.support .supportcc .supportcc-cate .supportcc-cate-list .list-card .bbbb {
  position: relative;
  top: -80px;
}
.support .supportcc .supportcc-cate .supportcc-cate-list .list-card:nth-child(3n) {
  margin: 0 0 40px 0;
}
.support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-t {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-t .tt {
  font-weight: 700;
  margin-left: 10px;
}
.support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .item {
  display: flex;
  align-items: center;
}
.support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .item + .item {
  margin-top: 15px;
}
.support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .item:hover .yuan {
  border: 1px solid var(--color12);
}
.support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .item:hover .tt {
  color: var(--color12);
}
.support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .item .yuan {
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #747474;
  transition: all 0.5s;
}
.support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .item .tt {
  width: 90%;
  transition: all 0.5s;
  color: #747474;
}
.support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .item .ii {
  display: none;
  width: 16px;
  height: 16px;
}
.support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .showall {
  display: block;
  width: 100%;
  margin-top: 28px;
  padding-top: 20px;
  color: #278CFF;
  border-top: 1px solid #DFDFDF;
}
.support .supportcc .supportcc-search-list {
  padding: 40px;
  border-radius: 40px;
  background: #FFFFFF;
}
.support .supportcc .supportcc-search-list .result {
  color: #929292;
}
.support .supportcc .supportcc-search-list .list {
  margin: 40px 0;
}
.support .supportcc .supportcc-search-list .list .search-item {
  display: block;
}
.support .supportcc .supportcc-search-list .list .search-item + .search-item {
  margin-top: 40px;
}
.support .supportcc .supportcc-search-list .list .search-item .int_search {
  color: #278CFF;
}
.support .supportcc .supportcc-search-list .list .search-item .search-item-t1 {
  color: #929292;
}
.support .supportcc .supportcc-search-list .list .search-item .search-item-t2 {
  margin-top: 10px;
  color: #323232;
}
.support .supportcc .supportcc-search-list .list .search-item .search-item-t3 {
  margin-top: 5px;
  color: #747474;
}
.support .supportcc .supportcc-search-list .list .search-item .search-item-t4 {
  margin-top: 10px;
  color: #CBCBCB;
}
.support .supportcc .supportcc-search-list .footer {
  margin-top: 40px;
}
.support .supportDetail {
  padding: 0.8rem 0 1rem;
}
.support .supportDetail .c-flex {
  display: flex;
  overflow: visible;
  align-items: flex-start;
}
.support .supportDetail .supportDetail-l {
  min-width: 400px;
  max-width: 540px;
  position: sticky;
  top: 80px;
  padding: calc(40 / 1200 *100%) calc(10 / 1200 *100%) calc(40 / 1200 *100%) calc(20 / 1200 *100%);
  width: calc(540 / 1200 *100%);
  border: 1px solid #DFDFDF;
  border-radius: 20px;
}
.support .supportDetail .supportDetail-l .tuozhuai {
  position: absolute;
  right: 0;
  top: 40px;
  width: 28px;
  height: 28px;
  transform: translate(50%, 50%);
  cursor: w-resize;
}
.support .supportDetail .supportDetail-l .catename {
  padding-left: calc(20 / 540 *100%);
  font-weight: 700;
}
.support .supportDetail .supportDetail-l .catename .close {
  display: none;
}
.support .supportDetail .supportDetail-l .sanjiao {
  transition: all 0.5s;
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.support .supportDetail .supportDetail-l .navhidebox {
  overflow-y: scroll;
  max-height: 70vh;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-t {
  width: 100%;
  padding-left: calc(20 / 478 *100%);
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-t .desc {
  margin-left: 10px;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-t.active .sanjiao {
  transform: rotate(0deg);
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c {
  display: none;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c .cate3 {
  cursor: pointer;
  display: flex;
  padding: calc(10/478 *100%) 0 calc(10/478 *100%) calc(45/478 *100%);
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c .cate3:hover {
  background-color: #def8ff;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c .cate3.active {
  background-color: #def8ff;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c .cate3 .img {
  min-width: 22px;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c .cate3 .desc {
  margin-left: 10px;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-t {
  padding: calc(10/478 *100%) calc(45 / 478 *100%);
  display: flex;
  background-color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s;
  align-items: flex-start;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-t.active .sanjiao {
  transform: rotate(0deg);
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-t:hover {
  background-color: #def8ff;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-t .sanjiao {
  min-width: 22px;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-t .desc {
  margin-left: 10px;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-c {
  display: none;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-c .cate3 {
  cursor: pointer;
  display: flex;
  padding: calc(10/478 *100%) calc(10/478 *100%) calc(10/478 *100%) calc(95/478 *100%);
  border-radius: 4px;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-c .cate3 .img {
  min-width: 22px;
}
.support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-c .cate3 .desc {
  margin-left: 10px;
}
.support .supportDetail .supportDetail-r {
  flex: 1;
  padding-left: calc(40/1200*100%);
}
.support .supportDetail .supportDetail-r .supportDetail-r-tips {
  color: #CBCBCB;
}
.support .supportDetail .supportDetail-r .supportDetail-r-tips a {
  color: #CBCBCB;
}
.support .supportDetail .supportDetail-r .supportDetail-r-header {
  margin-top: 20px;
  font-weight: 700;
}
.support .supportDetail .supportDetail-r .supportDetail-r-date {
  color: #CBCBCB;
  margin-top: 20px;
}
.support .supportDetail .supportDetail-r .supportDetail-r-content {
  margin-top: 60px;
}

.diy .diyinfo.tation {
  margin: 90px 0 0;
}

.sixlist .toggle .sixul .sixli-box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sixlist .toggle .sixul .sixli-box.mypar0 {
  top: 0.84rem;
  align-items: flex-end;
}
.sixlist .toggle .sixul .sixli-box.mypar0 .sixli:nth-child(2) {
  width: 70%;
  padding-top: 70%;
}
.sixlist .toggle .sixul .sixli-box.mypar0 .sixli:nth-child(3) {
  width: 81%;
  padding-top: 81%;
}
.sixlist .toggle .sixul .sixli-box.mypar0 .sixli:nth-child(4) {
  width: 60%;
  padding-top: 60%;
  left: var(--sixspac);
}
.sixlist .toggle .sixul .sixli-box.mypar4 .sixli:nth-child(2) {
  width: 60%;
  padding-top: 60%;
  margin-left: auto;
}
.sixlist .toggle .sixul .sixli-box.mypar4 .sixli:nth-child(3) {
  width: 81%;
  padding-top: 81%;
}
.sixlist .toggle .sixul .sixli-box.mypar4 .sixli:nth-child(4) {
  width: 73%;
  padding-top: 73%;
  margin-left: var(--sixspac);
}
.sixlist .toggle .sixul .sixli-box.mypar8 {
  top: -0.5rem;
}
.sixlist .toggle .sixul .sixli-box.mypar8 .sixli:nth-child(2) {
  width: 89%;
  padding-top: 89%;
}
.sixlist .toggle .sixul .sixli-box.mypar8 .sixli:nth-child(3) {
  width: 76%;
  padding-top: 76%;
}
.sixlist .toggle .sixul .sixli-box.mypar8 .sixli:nth-child(4) {
  width: 102%;
  padding-top: 102%;
  left: -0.75rem;
}
.sixlist .toggle .sixul .sixli-box.mypar12 {
  top: 1.44rem;
}
.sixlist .toggle .sixul .sixli-box.mypar12 .sixli:nth-child(2) {
  left: -0.25rem;
}
.sixlist .toggle .sixul .sixli-box.mypar12 .sixli:nth-child(3) {
  width: 117%;
  padding-top: 117%;
  left: -0.75rem;
}
.sixlist .toggle .sixul .sixli-box.mypar12 .sixli:nth-child(4) {
  width: 86%;
  padding-top: 86%;
  left: -0.75rem;
}
.sixlist .toggle .sixul .sixli-box .sixli .paddbox {
  perspective: 500px;
  transform-style: preserve-3d;
}
.sixlist .toggle .sixul .sixli-box .sixli.myli1 {
  width: 70%;
  padding-top: 70%;
}
.sixlist .toggle .sixul .sixli-box .sixli.myli2 {
  width: 81%;
  padding-top: 81%;
}
.sixlist .toggle .sixul .sixli-box .sixli.myli3 {
  width: 60%;
  padding-top: 60%;
  left: var(--sixspac);
}
.sixlist .toggle .sixul .sixli-box .sixli.myli5 {
  width: 60%;
  padding-top: 60%;
  margin-left: auto;
}
.sixlist .toggle .sixul .sixli-box .sixli.myli6 {
  width: 81%;
  padding-top: 81%;
}
.sixlist .toggle .sixul .sixli-box .sixli.myli7 {
  width: 73%;
  padding-top: 73%;
  margin-left: var(--sixspac);
}
.sixlist .toggle .sixul .sixli-box .sixli.myli9 {
  width: 89%;
  padding-top: 89%;
}
.sixlist .toggle .sixul .sixli-box .sixli.myli10 {
  width: 76%;
  padding-top: 76%;
}
.sixlist .toggle .sixul .sixli-box .sixli.myli11 {
  width: 102%;
  padding-top: 102%;
  left: -0.75rem;
}
.sixlist .toggle .sixul .sixli-box .sixli.myli13 {
  left: -0.25rem;
}
.sixlist .toggle .sixul .sixli-box .sixli.myli14 {
  width: 117%;
  padding-top: 117%;
  left: -0.75rem;
}
.sixlist .toggle .sixul .sixli-box .sixli.myli15 {
  width: 86%;
  padding-top: 86%;
  left: -0.75rem;
}

@media only screen and (max-width: 1024px) {
  .help-page-about .toggle {
    float: left;
    max-width: none;
  }

  .pagesort .sortlist {
    padding-right: 20px;
  }

  .header .other > div {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 920px) {
  .header .menu ul {
    margin-left: 20px;
  }
  .header .menu ul li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .header .mybar .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .mybar .text {
    margin: 0;
    padding: 0 16px;
  }
  .header .mybar .imgtxt img {
    width: 100%;
    height: 100%;
    max-height: none;
  }
  .header .mybar .close {
    transform: translate(0, 0%);
    top: 4px;
    right: 4px;
  }

  .main-hotvideo {
    position: relative;
    height: auto;
    padding-top: 10px;
  }
  .main-hotvideo.vh100 {
    height: auto;
  }
  .main-hotvideo .mySwiper-myhotvideo .sliditem {
    border-radius: 16px;
    padding: 8px 8px 16px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  }
  .main-hotvideo .mySwiper-myhotvideo .imgbox {
    width: 100%;
    padding-top: calc(160/295*100%);
    position: relative;
  }
  .main-hotvideo .mySwiper-myhotvideo .imgbox .img {
    border-radius: 12px;
  }
  .main-hotvideo .mySwiper-myhotvideo .infobox {
    width: 100%;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-hotvideo .mySwiper-myhotvideo .infobox .tttxt {
    margin-top: 18px;
    font-size: 22px;
    color: #323232;
    font-weight: 700;
  }
  .main-hotvideo .mySwiper-myhotvideo .infobox .dd {
    margin-top: 8px;
    line-height: 22px;
    color: #929292;
    font-size: 16px;
  }
  .main-hotvideo .mySwiper-myhotvideo .ah_btn {
    font-size: 16px;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    margin-left: 0;
    border-radius: 20px;
  }
  .main-hotvideo .thumb {
    position: relative;
    left: 0%;
    bottom: 0;
    transform: translate(0%, 0%);
    width: 92%;
    margin: 20px auto 0;
  }
  .main-hotvideo .thumb .thumbbox {
    width: 100%;
  }
  .main-hotvideo .thumb .mySwiper-myhotvideo-thumbs .swiper-wrapper {
    justify-content: center;
    align-items: flex-end;
  }
  .main-hotvideo .thumb .mySwiper-myhotvideo-thumbs .swiper-slide {
    width: 10px;
    height: 10px;
    opacity: 0.6;
    border-radius: 50%;
    /* 辅助色/浅灰1 */
    background: #DFDFDF;
    margin: 0 5px;
  }
  .main-hotvideo .thumb .mySwiper-myhotvideo-thumbs .swiper-slide.swiper-slide-thumb-active {
    background: var(--color1);
    opacity: 1;
    width: 10px;
    height: 10px;
  }
  .main-hotvideo .thumb .mySwiper-myhotvideo-thumbs .sliditem {
    width: 100%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    border: none;
    border-radius: 50%;
  }

  .hotbg {
    margin-top: 50px;
  }

  .tab_section {
    position: relative;
    padding: 60px 0;
  }
  .tab_section .sec_tt {
    text-align: center;
    line-height: 1;
  }
  .tab_section .tab_btns {
    margin-top: 24px;
    column-gap: 10px;
    display: block;
    white-space: nowrap;
  }
  .tab_section .tab_btns .tab_btns_item {
    padding: 0 10px;
    height: 28px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    background-color: #F3F3F7;
    color: #929292;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .tab_section .tab_btns .tab_btns_item.active {
    background-color: var(--color1);
    color: #323232;
  }
  .tab_section .tab_list {
    margin: 36px 0.4rem 0;
  }
  .tab_section .tab_list .tab_list_item {
    display: none;
  }
  .tab_section .tab_list .tab_list_item.active {
    display: block;
  }
  .tab_section .sec_box {
    margin: 0 0.4rem;
  }
  .tab_section .mySwiper_pic .swiper-slide {
    position: relative;
    padding-top: calc(440/343*100%);
  }
  .tab_section .mySwiper_pic .swiper-slide .slid_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .tab_section .mySwiper_pic .swiper-slide .slid_con .con {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    overflow: hidden;
  }
  .tab_section .mySwiper_pic .swiper-slide .slid_con .con .con_info {
    position: absolute;
    right: 50%;
    bottom: 16px;
    transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
  }
  .tab_section .mySwiper_pic .swiper-slide .slid_con .con .con_info .con_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 40px;
    background: rgba(223, 223, 223, 0.2);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .tab_section .mySwiper_pic .swiper-slide .slid_con .con .con_info .con_btn:hover {
    background: rgba(223, 223, 223, 0.4);
  }
  .tab_section .mySwiper_pic .swiper-slide .slid_con .con .con_info .con_btn .jt {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
  .tab_section .mySwiper_pic_thumbs .swiper-wrapper {
    justify-content: center;
    align-items: flex-end;
  }
  .tab_section .mySwiper_pic_thumbs .swiper-slide {
    opacity: 0.6;
    /*辅助色/浅灰1*/
    background: #DFDFDF;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .tab_section .mySwiper_pic_thumbs .swiper-slide.swiper-slide-thumb-active {
    background: var(--color1);
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  .tab_section .mySwiper_pic_thumbs .sliditem {
    width: 100%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    border: 2px solid #ffffff;
    border-radius: 8px;
  }

  .link_community .container {
    display: block;
    max-width: 800px;
    padding-top: 0;
  }
  .link_community .container img {
    border-radius: 15px;
    overflow: hidden;
  }

  .buynow .questionAndComment .questionAndComment-cc .comment .jdgm-widget.jdgm-widget .jdgm-write-rev-link {
    margin-top: 20px;
  }

  .jdgm-ask-question-btn,
.jdgm-write-rev-link {
    margin-bottom: 20px;
  }

  .hotvideo .toggle .text .newbuynow .ah_btn {
    width: 180px;
    height: 44px;
    border-radius: 22px;
    padding: 0;
    font-size: 18px;
  }

  #banner-pic .text .box .desc {
    font-size: 14px;
  }

  .header .mobile .search .search-form {
    height: 30px;
    background-color: #f3f3f7;
  }

  .ah_btn.hasicon {
    height: 30px;
    color: #278CFF;
    font-size: 16px;
    border-radius: 15px;
    padding: 0 25px;
  }
  .ah_btn.hasicon .jicon {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }

  #banner-pic .link {
    display: flex;
    column-gap: 15px;
  }
  #banner-pic .link .other,
#banner-pic .link .buy {
    margin-left: 0;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
  }
  .search-main.w100 .container {
    width: 100%;
  }
  .search-main.w100 .container .search-list {
    margin: 0 auto;
    padding: 30px 20px;
  }

  .prosort .proul {
    padding: 45px 16px;
  }

  .sorttitle .container {
    width: 100%;
    padding: 30px 0;
  }

  .postop .img {
    margin: 13px 0;
  }

  .header.nyhead .mobile > .box {
    background-color: #fff;
  }

  .pagetop.pagetopcom .pagetop-t1 {
    font-size: 28px;
  }
  .pagetop.pagetopcom .pagetop-t2 {
    font-size: 14px;
    margin: 0.2rem auto 0;
  }
  .pagetop.pagetopcom .pagetop-btn {
    width: 92%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .pagetop.pagetopcom .pagetop-btn a {
    display: flex;
    align-items: center;
    background: #323232;
    border-radius: 12px;
    /* line-height: 24px; */
    padding: 4px;
    margin: 8px;
    min-width: 130px;
    color: #ffffff;
  }
  .pagetop.pagetopcom .pagetop-btn a i {
    width: 16px;
    height: 16px;
  }

  .community .diylist {
    border: none;
    background-color: #f3f3f7;
    margin-top: 0;
  }
  .community .diylist ul {
    padding: 40px 0 0;
  }

  .help-page-about {
    padding: 40px 0 80px;
  }

  .help-page-about .container > .box {
    width: 100%;
  }
  .help-page-about .container > .box.blog {
    width: 100%;
  }

  .pagesort.w768 {
    float: inherit;
    display: flex;
    flex-direction: column;
  }
  .pagesort.w768 .sortlist {
    padding-right: 0;
    margin-right: 0;
  }
  .pagesort.w768 .stateinfo {
    width: 100%;
    margin-top: 16px;
  }
  .pagesort.w768 .stateinfo.active .toggle {
    transform: translateY(10px);
  }
  .pagesort.w768 .stateinfo .toggle {
    width: 100%;
    transform: translateY(20px);
    max-width: none;
  }

  .ourstory .help-page-about .container {
    width: 92%;
    margin: 0 auto;
  }

  .sorttitle.blackname .container {
    text-align: center;
  }

  .press .diylist {
    margin: 40px 0;
  }

  .page-return {
    background-color: #f8fafc;
  }
  .page-return.ismain {
    background: var(--znbg);
  }
  .page-return .fz40 {
    font-size: 40px;
  }
  .page-return .help-page-about .container > .press {
    margin-bottom: 30px;
  }
  .page-return .help-page-about .container > .press:last-child {
    margin-bottom: 0;
  }
  .page-return .help-page-about .container > .press .fz40 {
    font-size: 28px;
  }
  .page-return .press .press_ico {
    margin: 30px 0 0 0;
  }
  .page-return .diylist {
    margin-bottom: 0;
  }
  .page-return .diylist li {
    background-color: transparent;
  }
  .page-return .diylist li .fz18 {
    font-size: 18px;
  }
  .page-return .diylist li .fz16 {
    font-size: 16px;
  }
  .page-return .press .press_ico li {
    width: 100%;
    max-width: none;
    margin: 40px 37px 0;
  }
  .page-return .press .press_ico li .img {
    margin-right: 24px;
  }
  .page-return .press .press_ico li .name {
    font-size: 18px;
  }

  .afflist-rarn {
    padding: 80px 0;
  }
  .afflist-rarn .container {
    width: auto;
    margin: 0 30px;
  }
  .afflist-rarn .container .name {
    font-size: 30px;
    font-weight: 600;
  }
  .afflist-rarn .container .desc {
    font-size: 16px;
  }
  .afflist-rarn .container .link .ah_btn {
    font-size: 16px;
  }

  .afflist-apply .box,
.afflist-apply2 .box {
    margin-top: 30px;
  }

  .afflist-apply {
    padding-top: 100px;
  }
  .afflist-apply .container {
    width: 100%;
  }
  .afflist-apply .container .box ul {
    white-space: nowrap;
    overflow-x: scroll;
    display: flex;
    float: inherit;
    padding-left: 4%;
    padding-right: 4%;
  }
  .afflist-apply .container .box li {
    margin-left: 0;
    min-width: 290px;
    padding-right: 20px;
  }
  .afflist-apply .container .box li .name {
    font-size: 18px;
  }

  .afflist-apply2 .fz22 {
    font-size: 22px;
  }
  .afflist-apply2 .fz14 {
    font-size: 14px;
  }
  .afflist-apply2 .box {
    margin-top: 50px;
  }
  .afflist-apply2 .box li {
    width: 100%;
    margin: 0 0 40px;
  }
  .afflist-apply2 .toggle {
    padding: 0;
  }

  .afflist-btmlink {
    margin-top: 100px;
    padding: 80px 0 120px;
  }
  .afflist-btmlink .fz40 {
    font-size: 40px;
  }
  .afflist-btmlink .fz18 {
    font-size: 18px;
  }
  .afflist-btmlink .info {
    display: flex;
    flex-direction: column;
  }
  .afflist-btmlink .info .box {
    display: flex;
    flex-direction: column;
    float: inherit;
    align-items: center;
  }
  .afflist-btmlink .info .box .text {
    width: 78%;
    margin-left: 0;
    text-align: center;
  }
  .afflist-btmlink .info .box .text .name {
    margin-top: 36px;
  }
  .afflist-btmlink .info .box .text .desc {
    margin-top: 10px;
  }
  .afflist-btmlink .info .toggle {
    margin-top: 50px;
    float: inherit;
    position: relative;
    top: 0;
    transform: none;
    display: flex;
    justify-content: center;
  }

  #banner-pic .text .box .desc {
    margin-top: 10px;
  }

  #banner-pic .text .box .desc img {
    margin-left: 0;
  }

  .provideo .pvideoli .toggle .text .name {
    font-size: 24px;
  }
  .provideo .pvideoli .toggle .text .desc {
    font-size: 16px;
  }

  .help-page-about .toggle.email {
    margin-top: 40px;
    width: 100%;
  }

  .community .pagetop-btn a {
    box-shadow: none;
  }

  .diy .diyinfo.tation {
    margin: 48px 0 0;
  }

  #showbox {
    width: 100%;
    height: 60px;
    background: #F8F9FC;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    transform: translateY(100%);
  }
  #showbox.on {
    transform: translateY(0);
  }
  #showbox .c-flex {
    display: flex;
    height: 100%;
  }
  #showbox .c-flex .fixl {
    width: calc(420 /1200*100%);
    height: 100%;
    align-items: center;
    display: none;
  }
  #showbox .c-flex .fixl .goodimg {
    position: relative;
    padding-top: 40px;
    border-radius: 5px;
    width: 40px;
    overflow: hidden;
  }
  #showbox .c-flex .fixl .goodinfo {
    margin-left: 16px;
  }
  #showbox .c-flex .fixl .goodinfo .t2 {
    display: flex;
    align-items: center;
  }
  #showbox .c-flex .fixl .goodinfo .t2 .price {
    text-decoration: line-through;
  }
  #showbox .c-flex .fixr {
    flex: 1;
  }
  #showbox .c-flex .fixr form {
    height: 100%;
  }
  #showbox .c-flex .fixr .goods-handle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form {
    width: 48%;
    height: 36px;
    display: none;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .form-select {
    position: relative;
    height: 100%;
    flex: 1;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .form-select.active .icon {
    transform: rotate(90deg);
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .form-select.active .downselect-up {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .form-select.active .downselect-up .downselect-item {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .form-select .cc {
    padding: 0 18px;
    flex: 1;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #747474;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .form-select .cc .ccobx {
    width: 130px;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .form-select .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 100%;
    transition: all 0.3s;
    transform: rotate(0deg);
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .form-select .icon img {
    height: 12px;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .form-select .downselect-up {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    bottom: 126%;
    left: 0;
    border-radius: 18px;
    background: #FFFFFF;
    padding: 10px;
    z-index: -1;
    height: 0;
    box-shadow: 7px 7px 15px 4px rgba(0, 0, 0, 0.16);
    transition: all 0.5s;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .form-select .downselect-up .downselect-item {
    height: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 4px 8px;
    color: #747474;
    font-size: 14px;
    transition: all 0.2s;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .form-select .downselect-up .downselect-item.active {
    background: #3BE3FE;
    color: #ffffff;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .input-box {
    border-radius: 30px;
    border: 1px solid #747474;
    background-color: #fff;
    width: 37%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .input-box .ibox {
    flex: 1;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .input-box .ibox input {
    border: none;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #747474;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .input-box .iless,
#showbox .c-flex .fixr .goods-handle .goods-form .input-box .iadd {
    position: relative;
    width: 22px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    font-size: 22px;
    color: #747474;
    transition: all 0.5s;
    user-select: none;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .input-box .iless.active,
#showbox .c-flex .fixr .goods-handle .goods-form .input-box .iadd.active {
    color: #3BE3FE;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .input-box .iless img,
#showbox .c-flex .fixr .goods-handle .goods-form .input-box .iadd img {
    width: 22px;
    height: 22px;
  }
  #showbox .c-flex .fixr .goods-handle .goods-form .input-box .iless {
    font-size: 36px;
  }
  #showbox .c-flex .fixr .goods-handle .addPay .add,
#showbox .c-flex .fixr .goods-handle .addPay .pay {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    padding: 0 0.8rem;
  }
  #showbox .c-flex .fixr .goods-handle .addPay .add {
    background: linear-gradient(180deg, #3BE3FE 0%, #4AECF7 100%);
  }
  #showbox .c-flex .fixr .goods-handle .addPay .pay {
    background: #FFB82A;
    margin-left: auto;
  }
  #showbox .c-flex .fixr .goods-handle .addPay {
    width: 75%;
    margin: 0 auto;
  }
  #showbox .c-flex .fixr .goods-handle .addPay .add {
    width: 100%;
  }
  #showbox .c-flex .fixr .goods-handle .tips {
    margin-top: 0.3rem;
  }
  #showbox .c-flex .fixr .goods-handle .tips .tips1 {
    color: #929292;
    line-height: 20px;
  }
  #showbox .c-flex .fixr .goods-handle .tips .tips1 + .tips1 {
    margin-top: 6px;
  }

  .community-p {
    margin: 30px 0 0;
    border-radius: 20px;
    background: none;
    padding: 0;
  }
  .community-p .page {
    float: none;
    margin: 20px 0 0;
  }

  .community-waterfall {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    transition: all 0.2s;
    column-gap: 0px;
  }
  .community-waterfall .fall-col {
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    transition: all 0.2s;
  }
  .community-waterfall .fall-item {
    width: 275px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 5px 4px rgba(203, 203, 203, 0.3);
  }
  .community-waterfall .fall-item .imgbox {
    width: 100%;
    padding-top: calc(260/343*100%);
    position: relative;
  }
  .community-waterfall .fall-item .text {
    padding: 16px 20px 20px;
    background-color: #ffffff;
  }
  .community-waterfall .fall-item .text.isseemore .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .community-waterfall .fall-item .text .ii {
    height: 14px;
  }
  .community-waterfall .fall-item .text .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color18);
    margin-top: 0px;
  }
  .community-waterfall .fall-item .text .com-seemore {
    margin-top: 6px;
  }

  .diylist .isblog {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }
  .diylist .isdiy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .diylist .ispress {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .preheat_page .preheat_page_con {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .preheat_page .preheat_page_con .preheat_page_img {
    width: 100%;
    max-width: 620px;
  }
  .preheat_page .preheat_page_con .preheat_page_tt {
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    color: #ffffff;
    font-weight: bold;
  }
  .preheat_page .preheat_page_con .preheat_page_cc {
    font-size: 14px;
    color: #ffffff;
  }
  .preheat_page .preheat_page_con .preheat_page_email {
    margin-top: 16px;
  }
  .preheat_page .preheat_page_con .preheat_page_email .formemail {
    margin: 0 auto;
  }

  .mobile-nobg {
    background-color: transparent;
  }

  .mobile_center {
    text-align: center;
  }

  .container.w1000 {
    margin: 0;
    width: 100%;
  }

  .pagetop {
    position: relative;
    width: 100%;
  }
  .pagetop.iser .c-flex .container {
    padding: 30px 0;
  }
  .pagetop .c-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #3be3fe;
  }
  .pagetop .c-flex .container {
    padding: 1.8rem 0;
    width: 100%;
    height: 100%;
  }
  .pagetop .pagetop-t1 {
    position: relative;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.37px;
    color: #FFFFFF;
    text-align: center;
    font-size: 40px;
  }
  .pagetop .pagetop-t2 {
    width: 92%;
    text-align: center;
    position: relative;
    font-weight: normal;
    line-height: 1;
    color: #FFFFFF;
    margin: 0.2rem auto 0;
  }

  .pagefoot {
    position: relative;
    width: 100%;
  }
  .pagefoot .c-flex {
    background-color: #323232;
  }
  .pagefoot .c-flex .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.4rem 0;
    width: 100%;
    height: 100%;
  }
  .pagefoot .pagetop-t1 {
    max-width: 90%;
    margin-top: 17px;
    position: relative;
    line-height: 1;
    letter-spacing: 0.37px;
    color: #747474;
    text-align: center;
  }

  .lr-tb {
    display: flex;
    flex-direction: column;
  }

  .web {
    display: none;
  }

  .mobile {
    display: inline-block;
  }

  .mob {
    display: block;
  }

  .videobox {
    cursor: pointer;
  }
  .videobox .videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    z-index: 2;
    opacity: 0.8;
    transition: all 0.5s;
  }
  .videobox:hover .videoBtn {
    opacity: 1;
  }

  .template-product .main-content.js-focus-hidden {
    padding-top: 0;
    position: relative;
    z-index: 10;
  }

  .productDetail .fz18,
.buynow .fz18 {
    font-size: 16px;
  }
  .productDetail .fz16,
.buynow .fz16 {
    font-size: 16px;
  }
  .productDetail .fz14,
.buynow .fz14 {
    font-size: 16px;
  }
  .productDetail .topVideo,
.buynow .topVideo {
    padding-top: 0;
  }
  .productDetail .topVideo .top-c,
.buynow .topVideo .top-c {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0;
  }
  .productDetail .topVideo .top-c .top-c-box,
.buynow .topVideo .top-c .top-c-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 175px);
    padding: 25px 0;
    opacity: 1;
  }
  .productDetail .topVideo .top-c .top-c-box .t-logo1,
.buynow .topVideo .top-c .top-c-box .t-logo1 {
    width: calc(125 / 343 * 100%);
  }
  .productDetail .topVideo .top-c .top-c-box .t-logo2,
.buynow .topVideo .top-c .top-c-box .t-logo2 {
    margin-top: 10px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
  }
  .productDetail .topVideo .top-c .top-c-box .t-tt,
.buynow .topVideo .top-c .top-c-box .t-tt {
    width: 100%;
    margin-top: 10px;
    color: #fff;
    line-height: 20px;
    font-weight: 300;
    font-size: 14px;
  }
  .productDetail .topVideo .top-c .top-c-box .btns,
.buynow .topVideo .top-c .top-c-box .btns {
    justify-content: center;
  }
  .productDetail .topVideo .top-c .top-c-box .videoBtn,
.buynow .topVideo .top-c .top-c-box .videoBtn {
    height: 42px;
    width: 164px;
    background-color: rgba(76, 165, 218, 0.3);
    backdrop-filter: blur(5px);
  }
  .productDetail .topVideo .top-c .top-c-box .videoBtn .videoBtn-video,
.buynow .topVideo .top-c .top-c-box .videoBtn .videoBtn-video {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  .productDetail .topVideo .top-c .top-c-box .videoBtn .videoBtn-icon,
.buynow .topVideo .top-c .top-c-box .videoBtn .videoBtn-icon {
    position: relative;
    height: 20px;
  }
  .productDetail .topVideo .top-c .top-c-box .videoBtn .videoBtn-tt,
.buynow .topVideo .top-c .top-c-box .videoBtn .videoBtn-tt {
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-left: 12px;
  }
  .productDetail .topVideo .top-c .top-c-box .linkbtn,
.buynow .topVideo .top-c .top-c-box .linkbtn {
    margin-left: 15px;
    width: 164px;
    height: 60px;
  }
  .productDetail .techWithHeart,
.buynow .techWithHeart {
    padding-top: 0;
  }
  .productDetail .techWithHeart .heart-c,
.buynow .techWithHeart .heart-c {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 0;
  }
  .productDetail .techWithHeart .heart-c .heart-c-box,
.buynow .techWithHeart .heart-c .heart-c-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 0 648px;
  }
  .productDetail .techWithHeart .heart-c .heart-c-box .h-t,
.buynow .techWithHeart .heart-c .heart-c-box .h-t {
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 1;
  }
  .productDetail .techWithHeart .heart-c .heart-c-box .h-t2,
.buynow .techWithHeart .heart-c .heart-c-box .h-t2 {
    margin: 15px auto 0;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 22px;
  }
  .productDetail .techWithHeart .heart-dialogue,
.buynow .techWithHeart .heart-dialogue {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 76%);
    width: 92%;
  }
  .productDetail .techWithHeart .heart-dialogue .heart-dialogue-box,
.buynow .techWithHeart .heart-dialogue .heart-dialogue-box {
    border-radius: 28px;
    background: #F6F6F6;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  }
  .productDetail .techWithHeart .heart-dialogue .heart-dialogue-box .emohappy,
.buynow .techWithHeart .heart-dialogue .heart-dialogue-box .emohappy {
    position: relative;
    width: 121px;
    height: auto;
  }
  .productDetail .techWithHeart .heart-dialogue .heart-dialogue-box .emohappy img,
.buynow .techWithHeart .heart-dialogue .heart-dialogue-box .emohappy img {
    max-width: none;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 40%);
    width: 165px;
    height: 165px;
  }
  .productDetail .techWithHeart .heart-dialogue .heart-dialogue-box .emohappy .emoname,
.buynow .techWithHeart .heart-dialogue .heart-dialogue-box .emohappy .emoname {
    position: absolute;
    right: -164px;
    top: -38px;
    width: auto;
    height: 24px;
    font-weight: 700;
    letter-spacing: 0.35px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  .productDetail .techWithHeart .heart-dialogue .heart-dialogue-box .emohappy-txt,
.buynow .techWithHeart .heart-dialogue .heart-dialogue-box .emohappy-txt {
    flex: 1;
    color: #747474;
    line-height: 28px;
    padding: 38px 22px 18px;
  }
  .productDetail .showemolist,
.buynow .showemolist {
    padding-top: 268px;
    background-color: #fff;
  }
  .productDetail .showemolist .emo-item,
.buynow .showemolist .emo-item {
    width: 100%;
  }
  .productDetail .showemolist .emo-item + .emo-item,
.buynow .showemolist .emo-item + .emo-item {
    margin-top: 60px;
  }
  .productDetail .showemolist .emo-item:nth-child(2n),
.buynow .showemolist .emo-item:nth-child(2n) {
    flex-direction: column;
  }
  .productDetail .showemolist .emo-item .emo-item-l,
.buynow .showemolist .emo-item .emo-item-l {
    width: 100%;
    position: relative;
    padding-top: 100%;
    border-radius: 25px;
    overflow: hidden;
  }
  .productDetail .showemolist .emo-item .emo-item-l .emoitemvideo,
.buynow .showemolist .emo-item .emo-item-l .emoitemvideo {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .productDetail .showemolist .emo-item .emo-item-l .emoitemImg,
.buynow .showemolist .emo-item .emo-item-l .emoitemImg {
    position: relative;
    padding-top: 100%;
    width: 100%;
  }
  .productDetail .showemolist .emo-item .emo-item-r,
.buynow .showemolist .emo-item .emo-item-r {
    flex: 1;
    padding: 25px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .productDetail .showemolist .emo-item .emo-item-r .tt1,
.buynow .showemolist .emo-item .emo-item-r .tt1 {
    letter-spacing: 0.37px;
    color: #2E2E2E;
    font-weight: 700;
  }
  .productDetail .showemolist .emo-item .emo-item-r .tt2,
.buynow .showemolist .emo-item .emo-item-r .tt2 {
    margin-top: 10px;
    line-height: 24px;
    color: #5E5E5E;
  }
  .productDetail .superEilik,
.buynow .superEilik {
    margin-bottom: 100px;
  }
  .productDetail .superEilik .superEiliktt,
.buynow .superEilik .superEiliktt {
    color: #2E2E2E;
    letter-spacing: 0;
    font-family: Roboto-Black;
    font-weight: 700;
    text-align: center;
  }
  .productDetail .superEilik .superEilikList,
.buynow .superEilik .superEilikList {
    margin-top: 35px;
  }
  .productDetail .superEilik .superEilikList .superEilikItem,
.buynow .superEilik .superEilikList .superEilikItem {
    position: relative;
    width: 100%;
  }
  .productDetail .superEilik .superEilikList .superEilikItem:nth-child(2n) .superEilikItem-c .c-flex,
.buynow .superEilik .superEilikList .superEilikItem:nth-child(2n) .superEilikItem-c .c-flex {
    flex-direction: row-reverse;
  }
  .productDetail .superEilik .superEilikList .superEilikItem + .superEilikItem,
.buynow .superEilik .superEilikList .superEilikItem + .superEilikItem {
    margin-top: 38px;
  }
  .productDetail .superEilik .superEilikList .superEilikItem .superEilikItem-img-mobile,
.buynow .superEilik .superEilikList .superEilikItem .superEilikItem-img-mobile {
    position: absolute;
    width: 100%;
    height: calc(215 / 375 * 100%);
    left: 0;
    top: 0;
    border-radius: 15px;
    overflow: hidden;
  }
  .productDetail .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex,
.buynow .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex {
    display: flex;
    align-items: center;
    padding: 185px 0 0;
  }
  .productDetail .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-video,
.buynow .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-video {
    position: relative;
    margin: 0 0.4rem;
    width: calc(444 / 1200 * 100%);
    padding-top: calc(250 / 1200 * 100%);
    border-radius: 20px;
    overflow: hidden;
  }
  .productDetail .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-video .superitemvideo,
.buynow .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-video .superitemvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .productDetail .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-mobile-box,
.buynow .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-mobile-box {
    width: 100%;
  }
  .productDetail .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-mobile-box img,
.buynow .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-mobile-box img {
    width: 100%;
    border-radius: 15px;
  }
  .productDetail .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-mobile-box .superEilikItem-image,
.buynow .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-mobile-box .superEilikItem-image {
    width: 100%;
  }
  .productDetail .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-mobile-box .superEilikItem-image img,
.buynow .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-mobile-box .superEilikItem-image img {
    width: 100%;
  }
  .productDetail .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-mobile-box .tt,
.buynow .superEilik .superEilikList .superEilikItem .superEilikItem-c .c-flex .superEilikItem-mobile-box .tt {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #323232;
    text-align: center;
  }
  .productDetail .eilikBiuBiu,
.buynow .eilikBiuBiu {
    margin-top: 108px;
    position: relative;
  }
  .productDetail .eilikBiuBiu .speed-d-box,
.buynow .eilikBiuBiu .speed-d-box {
    height: 100%;
  }
  .productDetail .eilikBiuBiu .eilikBiuBiu-c .c-flex,
.buynow .eilikBiuBiu .eilikBiuBiu-c .c-flex {
    position: relative;
    height: 100%;
    padding: 7% 0 67%;
  }
  .productDetail .eilikBiuBiu .eilikBiuBiu-c .c-flex .btt1,
.buynow .eilikBiuBiu .eilikBiuBiu-c .c-flex .btt1 {
    margin: 0 auto;
    width: 70%;
    letter-spacing: 0.37px;
    color: #FFFFFF;
    font-weight: 900;
    text-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
    text-align: center;
  }
  .productDetail .eilikBiuBiu .eilikBiuBiu-c .c-flex .btt2,
.buynow .eilikBiuBiu .eilikBiuBiu-c .c-flex .btt2 {
    width: 100%;
    text-align: center;
    margin: calc(15 / 375 * 100%) auto 0;
    /* 辅助色/白 */
    color: #FFFFFF;
  }
  .productDetail .eilikBiuBiu .biuVideoList,
.buynow .eilikBiuBiu .biuVideoList {
    width: 100%;
    position: relative;
    left: 0;
    top: -16px;
    margin: 0 auto;
  }
  .productDetail .eilikBiuBiu .biuVideoList .biuVideoitem,
.buynow .eilikBiuBiu .biuVideoList .biuVideoitem {
    position: relative;
    padding-top: calc(191 / 345 * 100%);
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .productDetail .eilikBiuBiu .biuVideoList .biuVideoitem + .biuVideoitem,
.buynow .eilikBiuBiu .biuVideoList .biuVideoitem + .biuVideoitem {
    margin-left: 0;
    margin-top: 15px;
  }
  .productDetail .letParty.mobile,
.buynow .letParty.mobile {
    padding-top: 0;
    margin-bottom: 108px;
    position: relative;
  }
  .productDetail .letParty.mobile .speed-d-box,
.buynow .letParty.mobile .speed-d-box {
    height: 100%;
  }
  .productDetail .letParty.mobile .letParty-c .c-flex,
.buynow .letParty.mobile .letParty-c .c-flex {
    position: relative;
    height: 100%;
    padding: 7% 0 67%;
  }
  .productDetail .letParty.mobile .letParty-c .c-flex .btt1,
.buynow .letParty.mobile .letParty-c .c-flex .btt1 {
    font-size: 40px;
    margin: 0 auto;
    width: 70%;
    letter-spacing: 0.37px;
    color: #FFFFFF;
    font-weight: 900;
    text-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
    text-align: center;
  }
  .productDetail .letParty.mobile .letParty-c .c-flex .btt2,
.buynow .letParty.mobile .letParty-c .c-flex .btt2 {
    width: 100%;
    text-align: center;
    margin: calc(15 / 375 * 100%) auto 0;
    /* 辅助色/白 */
    color: #FFFFFF;
  }
  .productDetail .letParty.mobile .biuVideoList,
.buynow .letParty.mobile .biuVideoList {
    width: 100%;
    position: relative;
    left: 0;
    top: -16px;
    margin: 0 auto;
  }
  .productDetail .letParty.mobile .biuVideoList .biuVideoitem,
.buynow .letParty.mobile .biuVideoList .biuVideoitem {
    position: relative;
    padding-top: calc(191 / 345 * 100%);
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .productDetail .letParty.mobile .biuVideoList .biuVideoitem + .biuVideoitem,
.buynow .letParty.mobile .biuVideoList .biuVideoitem + .biuVideoitem {
    margin-left: 0;
    margin-top: 15px;
  }
  .productDetail .eilinkParameter,
.buynow .eilinkParameter {
    padding: calc(90 / 375 *100%) 0 calc(100 / 375 *100%);
  }
  .productDetail .eilinkParameter .parameterTT,
.buynow .eilinkParameter .parameterTT {
    font-weight: 700;
    color: #3BE3FE;
    text-align: center;
  }
  .productDetail .eilinkParameter .parameterDesc,
.buynow .eilinkParameter .parameterDesc {
    position: relative;
    margin-top: 0.2rem;
    width: 100%;
  }
  .productDetail .eilinkParameter .parameterDesc .descimg,
.buynow .eilinkParameter .parameterDesc .descimg {
    position: relative;
    padding-top: 0;
  }
  .productDetail .eilinkParameter .parameterDesc .descimg .mobile,
.buynow .eilinkParameter .parameterDesc .descimg .mobile {
    position: relative;
  }
  .productDetail .eilinkParameter .parameterDesc .desclist,
.buynow .eilinkParameter .parameterDesc .desclist {
    width: 92%;
    margin: 10px auto 0;
    border-radius: 10px;
    overflow: hidden;
    flex-wrap: wrap;
    border: 1px solid #E5E5E5;
  }
  .productDetail .eilinkParameter .parameterDesc .desclist .desclistitem,
.buynow .eilinkParameter .parameterDesc .desclist .desclistitem {
    display: flex;
    width: 100%;
  }
  .productDetail .eilinkParameter .parameterDesc .desclist .desclistitem:nth-child(2n),
.buynow .eilinkParameter .parameterDesc .desclist .desclistitem:nth-child(2n) {
    border: none;
  }
  .productDetail .eilinkParameter .parameterDesc .desclist .desclistitem:nth-child(n+3),
.buynow .eilinkParameter .parameterDesc .desclist .desclistitem:nth-child(n+3) {
    border: none;
  }
  .productDetail .eilinkParameter .parameterDesc .desclist .desclistitem:nth-child(n+2),
.buynow .eilinkParameter .parameterDesc .desclist .desclistitem:nth-child(n+2) {
    border-top: 1px solid #E5E5E5;
  }
  .productDetail .eilinkParameter .parameterDesc .desclist .desclistitem .desclist-key,
.buynow .eilinkParameter .parameterDesc .desclist .desclistitem .desclist-key {
    display: flex;
    align-items: center;
    width: calc(120 / 345 * 100%);
    color: #3BE3FE;
    padding: 12px 20px;
    font-size: 12px;
  }
  .productDetail .eilinkParameter .parameterDesc .desclist .desclistitem .desclist-value,
.buynow .eilinkParameter .parameterDesc .desclist .desclistitem .desclist-value {
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    width: calc(223 / 345 * 100%);
    color: #5E5E5E;
    border-left: 1px solid #E5E5E5;
  }
  .productDetail .eilinkParameter .futureUpdate,
.buynow .eilinkParameter .futureUpdate {
    margin-top: calc(100 / 345 * 100%);
  }
  .productDetail .eilinkParameter .futureUpdate .futureUpdatett,
.buynow .eilinkParameter .futureUpdate .futureUpdatett {
    font-weight: 700;
    color: #292929;
    text-align: center;
    font-size: 28px;
  }
  .productDetail .eilinkParameter .futureUpdate .futureUpdatett2,
.buynow .eilinkParameter .futureUpdate .futureUpdatett2 {
    width: 100%;
    text-align: center;
    margin: calc(15 / 345 * 100%) auto 0;
  }
  .productDetail .eilinkParameter .futureUpdate .futureUpdate-img,
.buynow .eilinkParameter .futureUpdate .futureUpdate-img {
    position: relative;
    margin-top: calc(20 / 345 * 100%);
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .productDetail .byCommunity,
.buynow .byCommunity {
    position: relative;
  }
  .productDetail .byCommunity .byCommunity-c .c-flex,
.buynow .byCommunity .byCommunity-c .c-flex {
    position: relative;
    height: 100%;
    padding: calc(50 / 375 *100%) 0 calc(87 / 375 *100%);
  }
  .productDetail .byCommunity .byCommunity-c .c-flex .btt1,
.buynow .byCommunity .byCommunity-c .c-flex .btt1 {
    letter-spacing: 0.37px;
    color: #FFFFFF;
    font-weight: 900;
    text-align: center;
    font-size: 28px;
  }
  .productDetail .byCommunity .byCommunity-c .c-flex .btt2,
.buynow .byCommunity .byCommunity-c .c-flex .btt2 {
    width: 100%;
    text-align: center;
    margin: calc(15 / 345 *100%) auto 0;
    /* 辅助色/白 */
    color: #ffffff;
  }
  .productDetail .byCommunity .byCommunity-c .c-flex .CommunityList,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList {
    margin: calc(30/ 345 *100%) auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .productDetail .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
    width: calc(250 / 345 * 100%);
    padding: calc(40 / 345 * 100%) calc(30 / 345 * 100%) calc(30 / 345 * 100%) calc(30 / 345 * 100%);
  }
  .productDetail .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem + .Communityitem,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem + .Communityitem {
    margin-left: 0;
    margin-top: calc(30 /345 * 100%);
  }
  .productDetail .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .productDetail .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .Communityitem-box-img,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .Communityitem-box-img {
    position: relative;
  }
  .productDetail .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .Communityitem-box-img .imgabs,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .Communityitem-box-img .imgabs {
    width: auto;
  }
  .productDetail .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .tt,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .tt {
    position: relative;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.35px;
    color: #323232;
    font-size: 22px;
  }
  .productDetail .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .tt .tt2,
.buynow .byCommunity .byCommunity-c .c-flex .CommunityList .Communityitem .Communityitem-box .tt .tt2 {
    text-align: center;
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #929292;
  }
  .productDetail .freeHackOwn,
.buynow .freeHackOwn {
    position: relative;
  }
  .productDetail .freeHackOwn .freeHackOwn-c,
.buynow .freeHackOwn .freeHackOwn-c {
    padding: calc(50 / 375 * 100%) 0 calc(98 / 375 * 100%);
  }
  .productDetail .freeHackOwn .freeHackOwn-c .c-flex,
.buynow .freeHackOwn .freeHackOwn-c .c-flex {
    position: relative;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l,
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l {
    width: 100%;
    padding-right: 0;
  }
  .productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l .freeHackOwn-l-tt,
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l .freeHackOwn-l-tt {
    font-weight: bold;
    letter-spacing: 0.37px;
    color: #fff;
    font-size: 28px;
  }
  .productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l .freeHackOwn-l-desc,
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l .freeHackOwn-l-desc {
    margin-top: calc(15 / 345 * 100%);
    line-height: 22px;
    color: #ffffff;
    text-align: center;
  }
  .productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l .freeHackOwn-l-btn,
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-l .freeHackOwn-l-btn {
    margin-top: calc(30 / 345 * 100%);
  }
  .productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r,
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r {
    width: 100%;
    display: none;
  }
  .productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item,
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item {
    position: relative;
    width: calc(136 / 440 * 100%);
    padding-top: calc(290 / 440 * 100%);
    border: 1px solid #3BE3FE;
    box-shadow: 0px 0px 15px 0px rgba(59, 227, 254, 0.68);
    border-radius: 10px;
    overflow: hidden;
  }
  .productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item + .freeHackOwn-r-item,
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item + .freeHackOwn-r-item {
    margin-left: 0.15rem;
  }
  .productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item:nth-child(1),
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item:nth-child(1) {
    top: -0.2rem;
  }
  .productDetail .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item:nth-child(2),
.buynow .freeHackOwn .freeHackOwn-c .c-flex .freeHackOwn-r .freeHackOwn-r-item:nth-child(2) {
    top: 0.2rem;
  }
  .productDetail .freeHackOwn .freeHackOwn-c .freeHackOwn-mobile-r,
.buynow .freeHackOwn .freeHackOwn-c .freeHackOwn-mobile-r {
    margin-top: calc(60 / 375 * 100%);
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .productDetail .freeHackOwn .freeHackOwn-c .freeHackOwn-mobile-r .freeHackOwn-r-item,
.buynow .freeHackOwn .freeHackOwn-c .freeHackOwn-mobile-r .freeHackOwn-r-item {
    position: relative;
    min-width: calc(200 / 375 * 100%);
    padding-top: calc(290 / 375 * 100%);
    border: 1px solid #3BE3FE;
    box-shadow: 0px 0px 15px 0px rgba(59, 227, 254, 0.68);
    border-radius: 10px;
    overflow: hidden;
  }
  .productDetail .freeHackOwn .freeHackOwn-c .freeHackOwn-mobile-r .freeHackOwn-r-item + .freeHackOwn-r-item,
.buynow .freeHackOwn .freeHackOwn-c .freeHackOwn-mobile-r .freeHackOwn-r-item + .freeHackOwn-r-item {
    margin-left: calc(20 / 375 * 100%);
  }
  .productDetail .freeHackOwn .freeHackOwn-c .freeHackOwn-mobile-r .freeHackOwn-r-item:nth-child(1),
.buynow .freeHackOwn .freeHackOwn-c .freeHackOwn-mobile-r .freeHackOwn-r-item:nth-child(1) {
    top: 0;
    margin-left: calc(30 / 375 * 100%);
  }
  .productDetail .freeHackOwn .freeHackOwn-c .freeHackOwn-mobile-r .freeHackOwn-r-item:nth-child(2),
.buynow .freeHackOwn .freeHackOwn-c .freeHackOwn-mobile-r .freeHackOwn-r-item:nth-child(2) {
    top: 0;
  }
  .productDetail .unlockMore,
.buynow .unlockMore {
    position: relative;
    padding-top: 0;
  }
  .productDetail .unlockMore.isshopify,
.buynow .unlockMore.isshopify {
    padding-top: 0;
    min-height: 750px;
  }
  .productDetail .unlockMore .unlockMore-c,
.buynow .unlockMore .unlockMore-c {
    position: relative;
  }
  .productDetail .unlockMore .unlockMore-c .c-flex,
.buynow .unlockMore .unlockMore-c .c-flex {
    position: relative;
    height: 100%;
    padding: calc(44 / 375 * 100%) 0 calc(294 / 375 * 100%);
  }
  .productDetail .unlockMore .unlockMore-c .c-flex.isshopify,
.buynow .unlockMore .unlockMore-c .c-flex.isshopify {
    padding: 30px 0 calc(294 / 375 * 100%);
  }
  .productDetail .unlockMore .unlockMore-c .c-flex .ttimg,
.buynow .unlockMore .unlockMore-c .c-flex .ttimg {
    position: relative;
    width: calc(180 / 524 * 100%);
    padding-top: calc(180 / 1200 * 100%);
    margin: 0 auto;
  }
  .productDetail .unlockMore .unlockMore-c .c-flex .btt1,
.buynow .unlockMore .unlockMore-c .c-flex .btt1 {
    letter-spacing: 0;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .productDetail .unlockMore .unlockMore-c .c-flex .btt2,
.buynow .unlockMore .unlockMore-c .c-flex .btt2 {
    font-size: 28px;
    line-height: 1;
    margin-top: 5px;
    letter-spacing: 0;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
  }
  .productDetail .unlockMore .unlockMore-c .c-flex .btt3,
.buynow .unlockMore .unlockMore-c .c-flex .btt3 {
    line-height: 22px;
    margin: 15px auto 0;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
  }
  .productDetail .arEilik-mobile-phone,
.buynow .arEilik-mobile-phone {
    width: 100%;
    padding-top: calc(480/ 375 * 100%);
    position: relative;
  }
  .productDetail .arEilik,
.buynow .arEilik {
    position: relative;
  }
  .productDetail .arEilik .arEilik-c .c-flex,
.buynow .arEilik .arEilik-c .c-flex {
    position: relative;
    height: 100%;
    padding: 0;
    display: flex;
  }
  .productDetail .arEilik .arEilik-c .c-flex .c-flex-l,
.buynow .arEilik .arEilik-c .c-flex .c-flex-l {
    padding: calc(30 / 375 * 100%) 0;
    width: 100%;
  }
  .productDetail .arEilik .arEilik-c .c-flex .c-flex-l .btt1,
.buynow .arEilik .arEilik-c .c-flex .c-flex-l .btt1 {
    letter-spacing: 0.37px;
    font-size: 28px;
    color: #323232;
    font-weight: bold;
    line-height: 1;
  }
  .productDetail .arEilik .arEilik-c .c-flex .c-flex-l .btt2,
.buynow .arEilik .arEilik-c .c-flex .c-flex-l .btt2 {
    margin-top: calc(15 / 345 * 100%);
    line-height: 22px;
    color: #747474;
  }
  .productDetail .arEilik .arEilik-c .c-flex .c-flex-l .qcode,
.buynow .arEilik .arEilik-c .c-flex .c-flex-l .qcode {
    margin-top: 0.3rem;
    position: relative;
    width: calc(110 / 380 * 100%);
    padding-top: calc(110 / 380 * 100%);
  }
  .productDetail .arEilik .arEilik-c .c-flex .c-flex-l .btt3,
.buynow .arEilik .arEilik-c .c-flex .c-flex-l .btt3 {
    margin: 0.1rem 0 0;
    color: #CBCBCB;
  }
  .productDetail .arEilik .arEilik-c .c-flex .c-flex-l .arbtn,
.buynow .arEilik .arEilik-c .c-flex .c-flex-l .arbtn {
    margin-top: calc(30 / 345 * 100%);
    width: 150px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    /* 辅助色/白 */
    background-color: #3be3fe;
    color: #FFFFFF;
  }
  .productDetail .arEilik .arEilik-c .c-flex .c-flex-r,
.buynow .arEilik .arEilik-c .c-flex .c-flex-r {
    position: relative;
    width: calc(546 / 980 * 100%);
  }
  .productDetail .arEilik .arEilik-c .c-flex .c-flex-r .r-item,
.buynow .arEilik .arEilik-c .c-flex .c-flex-r .r-item {
    position: relative;
    padding-top: calc(700 / 546 * 100%);
  }
  .productDetail .eilikBig,
.buynow .eilikBig {
    margin: calc(50 / 375 * 100%) 0 calc(106 / 375 * 100%);
  }
  .productDetail .eilikBig .eilikBig-c,
.buynow .eilikBig .eilikBig-c {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .productDetail .eilikBig .eilikBig-c .eilikBig-img,
.buynow .eilikBig .eilikBig-c .eilikBig-img {
    position: relative;
    width: 100%;
    padding-top: calc(300 / 345 * 100%);
  }
  .productDetail .eilikBig .eilikBig-c .eilikBig-t,
.buynow .eilikBig .eilikBig-c .eilikBig-t {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(0);
  }
  .productDetail .eilikBig .eilikBig-c .eilikBig-t .eilikBig-t1,
.buynow .eilikBig .eilikBig-c .eilikBig-t .eilikBig-t1 {
    margin-top: calc(20 / 345 * 100%);
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.37px;
    color: #323232;
    text-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
  }
  .productDetail .eilikBig .eilikBig-c .eilikBig-t .eilikBig-t2,
.buynow .eilikBig .eilikBig-c .eilikBig-t .eilikBig-t2 {
    margin-top: calc(10 / 345 * 100%);
    line-height: 22px;
    color: #323232;
    text-align: center;
  }
  .productDetail .eilikBig .eilikBig-c .eilikBig-t .eilikBig-btn,
.buynow .eilikBig .eilikBig-c .eilikBig-t .eilikBig-btn {
    display: block;
    width: calc(180 / 343 * 100%);
    padding: 0.24rem;
    line-height: 22px;
    color: #fff;
    margin: calc(15 / 345 * 100%) auto 0;
    background-color: #3BE3FE;
    border-radius: 30px;
    text-align: center;
  }

  .buynow video {
    object-fit: cover;
  }
  .buynow .goods-buy {
    padding-top: 0;
    width: 100%;
  }
  .buynow .goods-buy .goods-buy-l {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 0;
  }
  .buynow .goods-buy .goods-buy-l .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .buynow .goods-buy .goods-buy-l .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .buynow .goods-buy .goods-buy-l .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .buynow .goods-buy .goods-buy-l .mySwiper-top {
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
  }
  .buynow .goods-buy .goods-buy-l .changbox {
    display: none;
    position: relative;
    padding: 0.36rem 0.32rem;
  }
  .buynow .goods-buy .goods-buy-l .changbox .mySwiper-bot {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }
  .buynow .goods-buy .goods-buy-l .changbox .mySwiper-bot .swiper-wrapper .swiper-slide {
    width: 80px;
    height: 80px;
    opacity: 0.6;
    border-radius: 5px;
    overflow: hidden;
  }
  .buynow .goods-buy .goods-buy-l .changbox .mySwiper-bot .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
  }
  .buynow .goods-buy .goods-buy-l .changbox .prev,
.buynow .goods-buy .goods-buy-l .changbox .next {
    width: 22px;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
  }
  .buynow .goods-buy .goods-buy-l .changbox .prev img,
.buynow .goods-buy .goods-buy-l .changbox .next img {
    height: 19px;
  }
  .buynow .goods-buy .goods-buy-l .changbox .prev {
    left: 0;
  }
  .buynow .goods-buy .goods-buy-l .changbox .next {
    right: 0;
    justify-content: flex-end;
  }
  .buynow .goods-buy .goods-buy-r {
    width: 92%;
    margin: 0 auto;
    padding-left: 0;
  }
  .buynow .goods-buy .goods-buy-r .goods-title {
    margin-top: calc(20 / 345 * 100%);
  }
  .buynow .goods-buy .goods-buy-r .goods-title .tt1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.37px;
    color: #323232;
  }
  .buynow .goods-buy .goods-buy-r .goods-title .tt2 {
    margin-top: calc(10/345*100%);
    font-size: 16px;
    font-weight: 400;
    color: #323232;
  }
  .buynow .goods-buy .goods-buy-r .goods-title .tt3 {
    margin-top: calc(10/345*100%);
    display: flex;
  }
  .buynow .goods-buy .goods-buy-r .goods-title .tt3 .desc {
    margin-left: 4px;
    line-height: 24px;
    color: #b9b9b9;
  }
  .buynow .goods-buy .goods-buy-r .goods-comment {
    margin-top: calc(20/345*100%);
    height: auto;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle {
    margin-top: calc(20/345*100%);
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .money {
    display: flex;
    align-items: center;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .money .minprice {
    letter-spacing: 0.36px;
    font-weight: 700;
    line-height: 40px;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .money .price {
    margin-left: 10px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 5px;
    background: #DEF8FF;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .money .price .t {
    color: #2CBCFC;
    text-decoration: line-through;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .goods-form {
    width: 100%;
    margin-top: calc(37/345*100%);
    display: flex;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select {
    height: 100%;
    flex: 1;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .cc {
    padding: 0 18px;
    flex: 1;
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #747474;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .cc .ccobx {
    width: 130px;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 100%;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .goods-form .form-select .icon img {
    height: 12px;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box {
    border-radius: 30px;
    border: 1px solid #747474;
    background-color: #fff;
    width: 40.5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.12rem;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .ibox {
    flex: 1;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .ibox input {
    border: none;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #747474;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .less,
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .add {
    width: 22px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .less img,
.buynow .goods-buy .goods-buy-r .goods-handle .goods-form .input-box .add img {
    width: 22px;
    height: 22px;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .addPay {
    margin-top: 24px;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .addPay .add,
.buynow .goods-buy .goods-buy-r .goods-handle .addPay .pay {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: cen ter;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .addPay .add {
    background: linear-gradient(180deg, #3BE3FE 0%, #4AECF7 100%);
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .addPay .pay {
    margin-top: calc(12/345*100%);
    background: #FFB82A;
    margin-left: auto;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .payway {
    margin-top: calc(30/345*100%);
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .tips {
    margin-top: calc(30/345*100%);
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .tips .tips1 {
    color: #929292;
    line-height: 20px;
  }
  .buynow .goods-buy .goods-buy-r .goods-handle .tips .tips1 + .tips1 {
    margin-top: calc(10/345*100%);
  }
  .buynow .oneOfKind {
    padding: calc(100/375*100%) 0 0;
  }
  .buynow .oneOfKind .oneKtt1 {
    line-height: auto;
  }
  .buynow .oneOfKind .oneKtt1 {
    text-align: center;
  }
  .buynow .oneOfKind .oneKtt2 {
    font-size: 28px;
    text-align: center;
    margin-top: calc(5/375*100%);
  }
  .buynow .oneOfKind .oneKcc {
    line-height: 0;
    width: 100%;
    margin-top: calc(30/375*100%);
  }
  .buynow .oneOfKind .oneKcc img {
    width: 100%;
  }
  .buynow .techWithHeart {
    z-index: 2;
    margin-top: 60px;
  }
  .buynow .superEilik {
    margin-bottom: 268px;
    width: 100%;
  }
  .buynow .superEilik.mobile {
    margin-bottom: 0;
  }
  .buynow .eilikBiuBiu .eilikBiuBiu-c .c-flex {
    padding: 0.63rem 0 5.6rem;
  }
  .buynow .yourCompanionBot .cc {
    position: relative;
  }
  .buynow .yourCompanionBot .cc .cc-top {
    position: relative;
    width: 100%;
    padding: calc(35 / 375 * 100%) 0 calc(628 / 375 * 100%);
  }
  .buynow .yourCompanionBot .cc .cc-top .top-item-tt {
    font-weight: 700;
    margin: 0 auto;
    color: #fff;
    position: relative;
    text-align: center;
  }
  .buynow .yourCompanionBot .cc .cc-bot {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(362 / 704 * 100%);
  }
  .buynow .yourCompanionBot .cc .cc-bot .bot-list {
    display: flex;
    margin-top: 0;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .buynow .yourCompanionBot .cc .cc-bot .bot-list .bot-item {
    position: relative;
    min-width: calc(310 / 375 * 100%);
    padding: 0;
    border-radius: 10px;
    overflow: visible;
    margin-right: calc(12 / 375 * 100%);
  }
  .buynow .yourCompanionBot .cc .cc-bot .bot-list .bot-item:first-child {
    margin-right: calc(16 / 375 * 100%);
  }
  .buynow .yourCompanionBot .cc .cc-bot .bot-list .bot-item .bot-item-img {
    width: 100%;
    position: relative;
    padding-top: calc(240 / 310 * 100%);
    border: 2px solid #DFDFDF;
    border-radius: 10px;
    overflow: hidden;
  }
  .buynow .yourCompanionBot .cc .cc-bot .bot-list .bot-item .bot-item-tt {
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto;
    width: 92%;
    color: #fff;
    position: relative;
    text-align: center;
  }
  .buynow .eilinkParameter {
    padding: calc(120 / 375 * 100%) 0;
  }
  .buynow .eilinkParameter .inthebox {
    margin-top: calc(120 / 375 * 100%);
  }
  .buynow .eilinkParameter .inthebox .intheboxtt {
    color: #3BE3FE;
    text-align: center;
  }
  .buynow .eilinkParameter .inthebox .intheboxcc {
    margin-top: calc(30 / 375 * 100%);
    position: relative;
    padding-top: 0;
    border-radius: 20px;
    overflow: hidden;
  }
  .buynow .eilinkParameter .inthebox .intheboxcc img {
    object-fit: cover;
  }
  .buynow .questionAndComment {
    background-color: #ffffff;
  }
  .buynow .questionAndComment .questionAndComment-cc {
    padding: 0;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-tt {
    letter-spacing: 0.37px;
    color: #323232;
    line-height: 1;
    font-size: 28px;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc {
    margin-top: calc(20 / 375 * 100%);
    align-items: flex-start;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list {
    flex: 1;
    width: 100%;
    padding-right: 0;
    border-top: 1px solid #F3F3F7;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item {
    border-radius: 0;
    background: #FFFFFF;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #F3F3F7;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item.active .question-show .question-list-item-icon {
    transform: rotate(0deg);
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item + .question-list-item {
    margin-top: calc(20 / 890 * 100%);
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-l {
    font-weight: 700;
    width: calc(750 / 890 * 100%);
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-icon {
    align-items: center;
    transform: rotate(-90deg);
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-icon.mobile {
    display: flex;
    margin-right: 14px;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-icon.web {
    display: none;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-hide {
    display: none;
    color: #929292;
    margin-top: calc(20 / 890 * 100%);
    width: calc(750 / 890 * 100%);
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .morequestion {
    margin-top: calc(20 / 345 * 100%);
    width: 100%;
    color: #278CFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .morequestion .jump {
    width: calc(16 / 345 *100%);
    padding-top: calc(16 / 345 *100%);
    position: relative;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-tips {
    margin-top: calc(30 / 345 * 100%);
    background: #F8FAFC;
    width: 100%;
    padding: calc(20 / 345 * 100%);
    border-radius: 20px;
    overflow: hidden;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-tips .question-tips-tt {
    font-weight: 700;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-tips .question-tips-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(8 / 270 * 100%) 0;
    width: calc(261 / 305 * 100%);
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    margin: calc(20 / 270 * 100%) auto 0;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment {
    margin-top: calc(120 / 345 * 100%);
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-tt {
    font-size: 28px;
    letter-spacing: 0.37px;
    color: #323232;
    line-height: 1;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star {
    margin-top: calc(30 / 345 * 100%);
    align-items: flex-start;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-total {
    padding-right: 0;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-total .totaltt {
    margin-top: 8px;
    color: #747474;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail {
    flex: 1;
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item {
    display: flex;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item + .detail-item {
    margin-top: 10px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .star-progress {
    position: relative;
    margin-left: 10px;
    width: 122px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #E3E3E3;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .star-progress .jdt {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0%;
    transition: all 0.5s;
    background-color: #ffb82a;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum {
    margin-left: 10px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum2 {
    margin-left: 20px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum,
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum2 {
    color: #747474;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-btns {
    margin-left: 0;
    display: flex;
    width: 100%;
    margin-top: 40px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-btns .star-btn {
    flex: 1;
    width: auto;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    border-radius: 30px;
    border: 1px solid #278CFF;
    color: #278CFF;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-btns .star-btn + .star-btn {
    margin-left: 10px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list {
    margin-top: 30px;
    flex: 1;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t {
    position: relative;
    display: flex;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    border-radius: 2px;
    background: #F3F3F7;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t .tab-t-item {
    font-size: 18px;
    padding: 13px 0;
    position: relative;
    cursor: pointer;
    color: #323232;
    font-weight: 500;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t .tab-t-item.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    border-radius: 2px;
    background: #278CFF;
    z-index: 2;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t .tab-t-item + .tab-t-item {
    margin-left: 30px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem {
    display: none;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.active {
    display: block;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox {
    display: flex;
    flex-wrap: wrap;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg {
    overflow: hidden;
    margin: 10px calc(17 / 691 * 100%) 0 0;
    position: relative;
    width: calc(160 / 691 * 100%);
    padding-top: calc(120 / 691 * 100%);
    border-radius: 8px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg:nth-child(4n) {
    margin-right: 0;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg:nth-child(7n) {
    margin: 10px calc(17 / 691 * 100%) 0 0;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .linkbox {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .linkbox .link-l-icon + .link-l-icon {
    margin-left: 20px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .backbox {
    margin-top: 16px;
    font-size: 14px;
    color: #747474;
    width: 100%;
    background: #F3F3F7;
    padding: 8px 16px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .backbox .tt1 .b {
    font-weight: 700;
    color: #323232;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .backbox .tt3 {
    margin-top: 20px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item {
    display: flex;
    padding: 30px 0 20px;
    flex-direction: column;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item + .tab-c-list-item {
    border-top: 1px solid #F4F4F4;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar {
    display: flex;
    align-items: center;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-img {
    width: 50px;
    height: 50px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info {
    margin-left: 8px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 {
    display: flex;
    align-items: center;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 .starlist {
    margin-top: -4px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 .starlist .star {
    width: 15px;
    height: 15px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 .adate {
    margin-left: 6px;
    color: #747474;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-name {
    margin-top: 4px;
    font-weight: 700;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .tt {
    margin-top: 13px;
    font-weight: 700;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .dd {
    margin-top: 10px;
    color: #747474;
  }
  .buynow .questionAndComment .Service-support {
    margin-top: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .buynow .questionAndComment .Service-support .Service-support-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid #F3F3F7;
  }
  .buynow .questionAndComment .Service-support .Service-support-item:first-child {
    border-top: 1px solid #F3F3F7;
  }
  .buynow .questionAndComment .Service-support .Service-support-item .img {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 0px;
    overflow: visible;
  }
  .buynow .questionAndComment .Service-support .Service-support-item .tt {
    font-size: 12px;
    margin-left: 12px;
    text-align: center;
    margin-top: 0;
    color: #323232;
  }

  .alsolike {
    display: block;
  }
  .alsolike .c-flex {
    width: 100%;
  }
  .alsolike .alsolikett {
    text-align: center;
    font-weight: bold;
    line-height: 41px;
    letter-spacing: 0.37px;
    color: #3BE3FE;
  }
  .alsolike .alsolikecc {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    padding-bottom: 100px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .alsolike .alsolikecc::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    color: transparent;
  }
  .alsolike .alsolikecc .alsolikecc-item {
    position: relative;
    min-width: calc(160 / 375 * 100%);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .alsolike .alsolikecc .alsolikecc-item:first-child {
    margin-left: 16px;
  }
  .alsolike .alsolikecc .alsolikecc-item + .alsolikecc-item {
    margin-right: 0;
    margin-left: 12px;
  }
  .alsolike .alsolikecc .alsolikecc-item .cc-item-img {
    position: relative;
    padding-top: calc(140 / 160 * 100%);
    overflow: hidden;
  }
  .alsolike .alsolikecc .alsolikecc-item .cc-item-info {
    padding: 15px 10px;
  }
  .alsolike .alsolikecc .alsolikecc-item .cc-item-info .cc-item-info-t1 {
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.35px;
    text-align: center;
  }
  .alsolike .alsolikecc .alsolikecc-item .cc-item-info .cc-item-info-t2 {
    margin-top: 0.1rem;
    display: flex;
    line-height: 16px;
    justify-content: center;
  }
  .alsolike .alsolikecc .alsolikecc-item .cc-item-info .cc-item-info-t2 .minprice {
    color: #323232;
    font-size: 12px;
  }
  .alsolike .alsolikecc .alsolikecc-item .cc-item-info .cc-item-info-t2 .price {
    font-size: 12px;
    margin-left: 0.12rem;
    color: #929292;
    text-decoration: line-through;
  }
  .alsolike .alsolikecc .alsolikecc-item .cc-item-info .cc-item-info-btn {
    display: block;
    margin: 8px auto 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
  }

  .nypos {
    width: 100%;
    border-top: 1px solid #fafafa;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
  }
  .nypos.detail .box {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    background-color: #f8fafc !important;
    padding: 0;
  }
  .nypos.detail .box.active .submenu .bbb .ii {
    transform: rotate(-180deg);
  }
  .nypos.detail .box i {
    display: inline-block;
    color: #f00;
  }
  .nypos.detail .box a {
    display: block;
    color: #3D3D3D;
    position: relative;
    font-size: 18px;
  }
  .nypos.detail .box ul {
    display: none;
    width: 100%;
    background-color: #f8fafc;
    padding: 0;
  }
  .nypos.detail .box li {
    float: none;
    padding: 0 30px;
  }
  .nypos.detail .box li .li-name {
    height: 44px;
    line-height: 44px;
    font-weight: 700;
    font-size: 12px;
    padding: 0 calc(20 / 375 * 100%);
  }
  .nypos.detail .box li .li-list {
    padding: 0 calc(30 / 375 * 100%);
  }
  .nypos.detail .box .submenu {
    width: 100%;
    background-color: #f8fafc;
    display: flex;
    justify-content: space-between;
    padding: 0 16px 0 30px;
  }
  .nypos.detail .box .submenu .bbb {
    display: flex;
    align-items: center;
  }
  .nypos.detail .box .submenu .bbb .ii {
    margin-right: 24px;
    transform: rotate(0deg);
  }
  .nypos.detail .box .submenu .bbb .bb {
    padding: 0 10px;
    border-radius: 13px;
    height: 26px;
    line-height: 26px;
    color: #ffffff;
    font-size: 10px;
    background: #3BE3FE;
  }
  .nypos.detail .box .submenu .tt {
    color: #3D3D3D;
    font-size: 18px;
  }
  .nypos.detail .box .submenu .ii {
    transition: all 0.3s;
    transform: rotate(-90deg);
  }
  .nypos .box {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
  }
  .nypos .box.active .submenu .ii {
    transform: rotate(0);
  }
  .nypos .box i {
    display: inline-block;
    color: #f00;
  }
  .nypos .box a {
    display: block;
    color: #b3b3b3;
    position: relative;
  }
  .nypos .box ul {
    display: none;
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
  }
  .nypos .box li {
    float: none;
  }
  .nypos .box li .li-name {
    height: 44px;
    line-height: 44px;
    font-weight: 700;
    font-size: 12px;
    padding: 0 calc(20 / 375 * 100%);
  }
  .nypos .box li .li-list {
    padding: 0 calc(30 / 375 * 100%);
  }
  .nypos .box .submenu {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
  .nypos .box .submenu .tt {
    color: #323232;
  }
  .nypos .box .submenu .ii {
    transition: all 0.3s;
    transform: rotate(-90deg);
  }

  .downloadAll {
    padding-top: 45px;
    padding-bottom: calc(20 / 890 * 100%);
    background-color: #f3f3f7;
  }
  .downloadAll.enterprise {
    padding-top: 0;
  }
  .downloadAll .downloadAll-c {
    display: flex;
    padding: 0;
    position: relative;
    max-width: none;
    width: 100%;
  }
  .downloadAll .downloadAll-c .downloadAll-l {
    width: calc(310 / 1200 * 100%);
    padding-right: calc(40 / 1200 * 100%);
  }
  .downloadAll .downloadAll-c .downloadAll-l .downloadAll-l-box {
    border-radius: 20px;
    background: #FFFFFF;
    overflow: hidden;
    width: 100%;
    padding: calc(34 / 270 * 100%) calc(20 / 270 * 100%);
  }
  .downloadAll .downloadAll-c .downloadAll-l .downloadAll-l-box .l-item {
    margin-top: 14px;
  }
  .downloadAll .downloadAll-c .downloadAll-l .downloadAll-l-box .ui-name {
    font-weight: 700;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .downloadAll .downloadAll-c .downloadAll-l .downloadAll-l-box .ui-list .l-li-a {
    display: block;
    width: 100%;
    padding: 9px 30px;
    background-color: #fff;
    border-radius: 4px;
  }
  .downloadAll .downloadAll-c .downloadAll-l .downloadAll-l-box .ui-list .l-li-a.on {
    background-color: #def8ff;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list {
    flex: 1;
    margin-top: calc(20 / 890 * 100%);
    width: 100%;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item {
    padding: calc(20 / 375 * 100%) calc(20 / 375 * 100%) 0;
    overflow: hidden;
    border-radius: 0;
    background: #FFFFFF;
    display: flex;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item.hasimg {
    padding: calc(20 / 375 * 100%);
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item.hasimg .r-info {
    display: none;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .l-img {
    padding-right: 0;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .l-img .img-info-t {
    padding-left: calc(32 / 770 * 100%);
    flex: 1;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .l-img .img-info-t .img-info-t-t1 {
    font-weight: 700;
    font-size: 18px;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .l-img .img-info-t .img-info-t-t2 {
    font-size: 14px;
    color: #929292;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .l-img .img-info-t .img-info-btn {
    margin-top: 10px;
    width: 150px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    background: #3BE3FE;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .l-img .img-info-t .img-info-tips {
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    background: #DEF8FF;
    border-radius: 4px;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .l-img .img-info-t .img-info-tips .tips {
    height: 18px;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .l-img .img-info-t .img-info-tips .txt {
    margin-left: 10px;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #3BE3FE;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info {
    flex: 1;
    margin-left: 0;
    width: 100%;
    display: flex;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b {
    margin-top: 10px;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-t {
    position: relative;
    display: none;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-t::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    border-radius: 2px;
    background: #DEF8FF;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-t .tab-t-item {
    padding: 13px 0;
    position: relative;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-t .tab-t-item.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    border-radius: 2px;
    background: #3be3fe;
    z-index: 2;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-t .tab-t-item + .tab-t-item {
    margin-left: calc(26 / 650 * 100%);
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c {
    margin-top: calc(15 / 650 * 100%);
    border-top: 1px solid #F4F4F4;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .bigitem {
    display: none;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .bigitem.active {
    display: block;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item + .tab-c-list-item {
    border-top: 1px solid #F4F4F4;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t1 {
    display: flex;
    justify-content: space-between;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t1 .tt {
    color: #323232;
    font-weight: 700;
    line-height: 23px;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t1 .time {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border-radius: 4px;
    color: #278CFF;
    font-size: 12px;
    /* 辅助色/浅蓝 */
    background: #DEF8FF;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .update-info .update-info-t2 .update-info-tt {
    color: #929292;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-c .tab-c-list .tab-c-list-item .downloadbtn {
    width: 115px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3BE3FE;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .tab-tips {
    display: none;
    text-align: right;
    /* 辅助色/浅灰2 */
    color: #278CFF;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .imgbox {
    padding-top: 0;
    position: relative;
  }
  .downloadAll .downloadAll-c .downloadAll-r-list .downloadAll-r-item .r-info .r-info-b .imgbox .imgbtn {
    position: relative;
    right: none;
    left: 0;
    top: 0;
    transform: translateY(0%);
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 22px;
    border-radius: 15px;
    background: #3BE3FE;
    font-size: 14px;
    color: #FFFFFF;
  }

  .videoList {
    min-height: 100vh;
    background-color: #ffffff;
    padding: 1rem 0 2rem;
  }
  .videoList .list-item {
    width: 100%;
  }
  .videoList .list-item + .list-item {
    margin-top: 1.6rem;
  }
  .videoList .list-item .list-item-t {
    font-weight: 700;
    line-height: 1;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.37px;
  }
  .videoList .list-item .list-item-list {
    display: flex;
    flex-wrap: wrap;
  }
  .videoList .list-item .list-item-list .c-item-video {
    position: relative;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    width: 100%;
    margin-top: calc(20 / 345 * 100%);
    margin-left: 0;
    border-radius: 20px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
  }
  .videoList .list-item .list-item-list .c-item-video:nth-child(3n+1) {
    margin-left: 0;
  }
  .videoList .list-item .list-item-list .c-item-video:nth-child(-n+3) {
    margin-top: calc(20 / 345 * 100%);
  }
  .videoList .list-item .list-item-list .c-item-video .video-c {
    position: relative;
    padding-top: calc(206 / 366.6 * 100%);
  }
  .videoList .list-item .list-item-list .c-item-video .video-info {
    padding: calc(20 / 366.6 * 100%);
  }
  .videoList .list-item .list-item-list .c-item-video .video-info .video-info-t1 {
    font-weight: bold;
    color: #323232;
  }
  .videoList .list-item .list-item-list .c-item-video .video-info .video-info-t2 {
    display: none;
    color: #b9b9b9;
  }

  .trackOrder .orderSearch {
    width: 100%;
    height: 480px;
    background-color: #323232;
  }
  .trackOrder .orderSearch .c-flex {
    height: 100%;
  }
  .trackOrder .orderSearch .orderForm {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .trackOrder .orderSearch .orderForm .orderForm-tt {
    color: #FFFFFF;
    font-weight: 700;
  }
  .trackOrder .orderSearch .orderForm .formdata {
    margin-top: 30px;
    padding: 20px;
    background-color: #292929;
    width: 100%;
    border-radius: 20px;
  }
  .trackOrder .orderSearch .orderForm .formdata .form-item {
    width: 100%;
  }
  .trackOrder .orderSearch .orderForm .formdata .form-item + .form-item {
    margin-top: 20px;
  }
  .trackOrder .orderSearch .orderForm .formdata .form-item .form-item-tt {
    color: #949494;
    margin-bottom: 5px;
  }
  .trackOrder .orderSearch .orderForm .formdata .form-item .form-item-view {
    width: 100%;
    height: 38px;
    border-radius: 27px;
    padding: 0 20px;
    background-color: #FFFFFF;
    color: #000000;
  }
  .trackOrder .orderSearch .orderForm .formdata .form-item .form-item-view.formbtn {
    background-color: #3be3fe;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .trackOrder .orderSearch .orderForm .formdata .form-item .form-item-view .inp {
    width: 100%;
    height: 100%;
  }
  .trackOrder .orderDetail {
    background-color: #FFFFFF;
    padding: 40px 0 70px;
  }
  .trackOrder .orderDetail .detail-top {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .trackOrder .orderDetail .detail-top .detail-top-t1 {
    color: #323232;
    width: 50%;
    text-align: center;
  }
  .trackOrder .orderDetail .detail-top .detail-top-t2 {
    margin-top: 6px;
    font-weight: 700;
    color: #323232;
    text-align: center;
  }
  .trackOrder .orderDetail .detail-top .detail-top-t3 {
    margin-top: 20px;
    color: #747474;
    text-align: center;
  }
  .trackOrder .orderDetail .detail-progress {
    margin-top: 60px;
    padding: calc(60/1200*100%) calc(40/1200*100%) calc(48/1200*100%);
    border-radius: 20px;
  }
  .trackOrder .orderDetail .detail-progress .hidebox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .trackOrder .orderDetail .detail-progress .progress-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .trackOrder .orderDetail .detail-progress .progress-item.now .tt {
    color: #3BE3FE;
  }
  .trackOrder .orderDetail .detail-progress .progress-item.on {
    z-index: 2;
  }
  .trackOrder .orderDetail .detail-progress .progress-item.on .yuan {
    background: #3BE3FE;
  }
  .trackOrder .orderDetail .detail-progress .progress-item.on .yuan::after {
    background: #3BE3FE;
  }
  .trackOrder .orderDetail .detail-progress .progress-item.on .icn {
    transform: translateX(-40px);
    filter: drop-shadow(40px 0 #3BE3FE);
    -webkit-backdrop-filter: drop-shadow(40px 0 #3BE3FE);
    -webkit-filter: drop-shadow(40px 0 #3BE3FE);
  }
  .trackOrder .orderDetail .detail-progress .progress-item + .progress-item {
    margin-top: 44px;
  }
  .trackOrder .orderDetail .detail-progress .progress-item:last-child {
    align-items: center;
  }
  .trackOrder .orderDetail .detail-progress .progress-item:first-child .yuan::after {
    display: none;
  }
  .trackOrder .orderDetail .detail-progress .progress-item .tbox {
    position: relative;
  }
  .trackOrder .orderDetail .detail-progress .progress-item .img {
    margin-right: 22px;
    overflow: hidden;
    width: 40px;
    height: 40px;
  }
  .trackOrder .orderDetail .detail-progress .progress-item .img .icn {
    width: 40px;
    height: 40px;
    box-sizing: content-box;
    border-right: 40px solid transparent;
  }
  .trackOrder .orderDetail .detail-progress .progress-item .yuan {
    margin-top: 0;
    width: 24px;
    height: 24px;
    background: #dfdfdf;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    order: -1;
    margin-right: 20px;
  }
  .trackOrder .orderDetail .detail-progress .progress-item .yuan::after {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 80px;
    background: #dfdfdf;
    z-index: 1;
  }
  .trackOrder .orderDetail .detail-progress .progress-item .tt {
    margin-top: 0;
    color: #747474;
    margin-right: 20px;
  }
  .trackOrder .orderDetail .detail-progress .progress-item .dd {
    margin-top: 0;
    color: #CBCBCB;
  }
  .trackOrder .orderDetail .detail-content {
    overflow: visible;
    margin-top: 40px;
    align-items: flex-start;
  }
  .trackOrder .orderDetail .detail-content .detail-content-l {
    flex: 1;
  }
  .trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item + .detail-content-l-b-item {
    margin-top: 15px;
  }
  .trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item:last-child .info-box::after {
    display: none;
  }
  .trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item.active .mark {
    background-color: rgba(154, 239, 253, 0.5);
  }
  .trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item.active .mark .yuan2 {
    display: flex;
  }
  .trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item.active .mark .lin {
    display: none;
  }
  .trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item.active .info-box {
    color: #323232;
  }
  .trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item .mark {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item .mark .lin {
    display: block;
    width: 14px;
    height: 14px;
    background-color: #FFFFFF;
    border: 2px solid #707070;
    transform: rotate(45deg);
  }
  .trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item .mark .yuan2 {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    border: 2px solid #3BE3FE;
    background-color: #fff;
  }
  .trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item .mark .yuan2 img {
    width: 9px;
  }
  .trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item .info-box {
    width: calc(292 / 345 *100%);
    padding: 12px;
    border-radius: 20px;
    background: #F3F3F7;
    z-index: 1;
    color: #747474;
  }
  .trackOrder .orderDetail .detail-content .detail-content-l .detail-content-l-b .detail-content-l-b-item .info-box::after {
    content: "";
    position: absolute;
    left: 17px;
    top: 50%;
    width: 3px;
    height: 110%;
    background-color: #DFDFDF;
    z-index: 2;
  }
  .trackOrder .orderDetail .detail-content .detail-content-r {
    margin-top: 30px;
    position: relative;
    top: 0;
    width: 100%;
    padding-left: 0;
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .orderinfo {
    width: 100%;
    border-radius: 20px;
    background: #F3F3F7;
    padding: calc(20/356 *100%);
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .orderinfo .t1 {
    font-weight: 500;
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .orderinfo .cc {
    margin-top: calc(30 / 356 *100%);
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .orderinfo .cc .cctxt {
    display: flex;
    justify-content: space-between;
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .orderinfo .cc .cctxt + .cctxt {
    margin-top: 15px;
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .orderinfo .cc .cctxt .cctxt-l {
    width: 44%;
    color: #323232;
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .orderinfo .cc .cctxt .cctxt-r {
    text-align: right;
    width: 44%;
    color: #747474;
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .helpme {
    margin-top: 30px;
    width: 100%;
    border-radius: 20px;
    background: #DEF8FF;
    padding: calc(20/356 *100%);
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .helpme .t1 {
    font-weight: 700;
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .helpme .cc {
    color: #747474;
    margin-top: calc(15 / 356 *100%);
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .helpme .bb {
    margin-top: calc(15 / 356 *100%);
    width: 100%;
    height: 38px;
    border-radius: 30px;
    display: flex;
    background-color: #ffffff;
    overflow: hidden;
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .helpme .bb .inpbox {
    flex: 1;
    padding: 0 20px;
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .helpme .bb .inpbox .inp {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #323232;
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .helpme .bb .inpboxbtn {
    cursor: pointer;
    width: 56px;
    height: 100%;
    background-color: #3be3fe;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trackOrder .orderDetail .detail-content .detail-content-r .helpme .bb .inpboxbtn img {
    margin-left: -4px;
  }

  .supportmask {
    width: 100vw;
    height: calc(100vh - 50px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: #989898;
    display: block;
  }

  .supportnav {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: fixed;
    top: 50px;
    background: #F8FAFC;
    z-index: 2;
  }
  .supportnav .l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
  }
  .supportnav .l.active .i1 {
    width: 22px;
    transform: rotate(45deg);
  }
  .supportnav .l.active .i2 {
    width: 0;
  }
  .supportnav .l.active .i3 {
    width: 22px;
    transform: rotate(-45deg);
  }
  .supportnav .l span {
    background-color: #747474;
    height: 2px;
    border-radius: 3px;
    margin: 3px 0;
    transform-Origin: left;
    transition: all 0.5s;
  }
  .supportnav .l .i1 {
    width: 16px;
  }
  .supportnav .l .i2 {
    transition: all 0.2s;
    width: 12px;
  }
  .supportnav .l .i3 {
    width: 18px;
  }
  .supportnav .r {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .support.hasnav {
    padding-top: 50px;
  }
  .support .supportSearch {
    width: 100%;
    height: 310px;
  }
  .support .supportSearch .c-flex {
    position: initial;
    height: 100%;
  }
  .support .supportSearch .supportForm {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .support .supportSearch .supportForm .supportForm-tt-bg {
    display: block;
  }
  .support .supportSearch .supportForm .supportForm-tt {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 28px;
    position: relative;
  }
  .support .supportSearch .supportForm .formdata {
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
  }
  .support .supportSearch .supportForm .formdata .form-item {
    width: 100%;
    height: 50px;
    border-radius: 27px;
    padding: 0 20px;
    background-color: #FFFFFF;
    color: #000000;
    display: flex;
    align-items: center;
  }
  .support .supportSearch .supportForm .formdata .form-item .sar {
    display: flex;
    align-items: center;
  }
  .support .supportSearch .supportForm .formdata .form-item .form-item-view {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 12px 10px;
  }
  .support .supportSearch .supportForm .formdata .form-item .form-item-view .inp {
    width: 100%;
    height: 100%;
  }
  .support .supportSearch .supportForm .formdata .tips {
    width: 68%;
    text-align: center;
  }
  .support .supportcc {
    padding: 0.78rem 0 0.6rem;
    background-color: #F8FAFC;
  }
  .support .supportcc.search {
    padding: 0.6rem 0 1rem;
  }
  .support .supportcc .supportcc-cate + .supportcc-cate {
    margin-top: 67px;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-t {
    display: flex;
    align-items: center;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-t .tt {
    font-size: 22px;
    margin-left: 10px;
    color: #747474;
    font-weight: 700;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list .list-card {
    width: 100%;
    padding: 0 0 0 16px;
    border-radius: 20px;
    background: #FFFFFF;
    margin: 0;
    max-height: none;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list .list-card:nth-child(3n) {
    margin: 0;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list .list-card + .list-card {
    margin-top: 30px;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-t {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 56px;
    padding-right: 16px;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-t .tt {
    font-weight: 700;
    margin-left: 10px;
    font-size: 18px;
    color: #3BE3FE;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-t .showall {
    margin-left: auto;
    font-size: 16px;
    color: #278CFF;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    border-top: 1px solid #F3F3F7;
    padding-right: 16px;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .item + .item {
    margin-top: 0;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .item:hover .yuan {
    border: 1px solid var(--color12);
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .item:hover .tt {
    color: var(--color12);
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .item .yuan {
    display: none;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #747474;
    transition: all 0.5s;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .item .tt {
    transition: all 0.5s;
    color: #323232;
    font-size: 14px;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .item .ii {
    display: block;
    width: 16px;
    height: 16px;
  }
  .support .supportcc .supportcc-cate .supportcc-cate-list .list-card .list-card-c .showall {
    display: none;
    width: 100%;
    margin-top: 28px;
    padding-top: 20px;
    color: #278CFF;
    border-top: 1px solid #DFDFDF;
  }
  .support .supportcc .supportcc-search-list {
    padding: 40px;
    border-radius: 40px;
    background: #FFFFFF;
  }
  .support .supportcc .supportcc-search-list .result {
    color: #929292;
  }
  .support .supportcc .supportcc-search-list .list {
    margin-top: 40px;
  }
  .support .supportcc .supportcc-search-list .list .search-item + .search-item {
    margin-top: 40px;
  }
  .support .supportcc .supportcc-search-list .list .search-item .int_search {
    color: #278CFF;
  }
  .support .supportcc .supportcc-search-list .list .search-item .search-item-t1 {
    color: #929292;
  }
  .support .supportcc .supportcc-search-list .list .search-item .search-item-t2 {
    margin-top: 10px;
    color: #323232;
  }
  .support .supportcc .supportcc-search-list .list .search-item .search-item-t3 {
    margin-top: 5px;
    color: #747474;
  }
  .support .supportcc .supportcc-search-list .list .search-item .search-item-t4 {
    margin-top: 10px;
    color: #CBCBCB;
  }
  .support .supportcc .supportcc-search-list .footer {
    margin-top: 40px;
  }
  .support .supportDetail {
    padding: 30px 0;
  }
  .support .supportDetail .c-flex {
    display: flex;
    overflow: visible;
    align-items: flex-start;
  }
  .support .supportDetail .supportDetail-l {
    min-width: auto;
    width: 90vw;
    height: calc(100vh - 50px);
    position: fixed;
    top: 50px;
    left: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #f3f3f7;
    z-index: 4;
    transform: translateX(-100%);
    transition: all 0.6s;
  }
  .support .supportDetail .supportDetail-l.active {
    transform: translateX(0);
  }
  .support .supportDetail .supportDetail-l .catename {
    height: 50px;
    padding-left: calc(20 / 540 *100%);
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }
  .support .supportDetail .supportDetail-l .catename .close {
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
  }
  .support .supportDetail .supportDetail-l .navhidebox {
    overflow-y: scroll;
    height: calc(100vh - 100px);
    max-height: none;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-t {
    width: 100%;
    padding-left: calc(20 / 478 *100%);
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-t .img {
    display: flex;
    align-items: center;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-t .desc {
    margin-left: 10px;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-c {
    display: none;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-c .cate3 {
    cursor: pointer;
    display: flex;
    padding: 7px 16px 7px 36px;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-c .cate3 .img {
    min-width: 22px;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-c .cate3 .desc {
    margin-left: 10px;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-t {
    padding: 7px 36px;
    display: flex;
    background-color: #f3f3f7;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.5s;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-t.active {
    background-color: #ffffff;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-t:hover {
    background-color: #ffffff;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-t .img {
    min-width: 22px;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-t .desc {
    margin-left: 10px;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-c {
    display: none;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-c .cate3 {
    cursor: pointer;
    display: flex;
    padding: 7px 16px 7px 66px;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-c .cate3 .img {
    min-width: 22px;
  }
  .support .supportDetail .supportDetail-l .cate1 .cate1-c .cate2-c .cate3 .desc {
    margin-left: 10px;
  }
  .support .supportDetail .supportDetail-r {
    flex: 1;
    padding-left: 0;
  }
  .support .supportDetail .supportDetail-r .supportDetail-r-tips {
    color: #CBCBCB;
  }
  .support .supportDetail .supportDetail-r .supportDetail-r-header {
    margin-top: 20px;
    font-weight: 700;
  }
  .support .supportDetail .supportDetail-r .supportDetail-r-date {
    color: #CBCBCB;
    margin-top: 20px;
  }
  .support .supportDetail .supportDetail-r .supportDetail-r-content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .buynow .questionAndComment {
    background-color: #ffffff;
  }
  .buynow .questionAndComment .questionAndComment-cc {
    padding: 0;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-tt {
    letter-spacing: 0.37px;
    color: #323232;
    line-height: 1;
    font-size: 28px;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc {
    margin-top: calc(20 / 375 * 100%);
    align-items: flex-start;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list {
    flex: 1;
    width: 100%;
    padding-right: 0;
    border-top: 1px solid #F3F3F7;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item {
    border-radius: 0;
    background: #FFFFFF;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #F3F3F7;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item.active .question-show .question-list-item-icon {
    transform: rotate(-180deg);
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item + .question-list-item {
    margin-top: calc(20 / 890 * 100%);
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-l {
    font-weight: 700;
    width: calc(750 / 890 * 100%);
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-icon {
    align-items: center;
    transform: rotate(0deg);
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-icon.mobile {
    display: flex;
    margin-right: 14px;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-show .question-list-item-icon.web {
    display: none;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-list .question-list-item .question-hide {
    display: none;
    color: #929292;
    margin-top: calc(20 / 890 * 100%);
    width: calc(750 / 890 * 100%);
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .morequestion {
    margin-top: calc(20 / 345 * 100%);
    width: 100%;
    color: #278CFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .morequestion .jump {
    width: calc(16 / 345 *100%);
    padding-top: calc(16 / 345 *100%);
    position: relative;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-tips {
    margin-top: calc(30 / 345 * 100%);
    background: #F8FAFC;
    width: 100%;
    padding: calc(20 / 345 * 100%);
    border-radius: 20px;
    overflow: hidden;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-tips .question-tips-tt {
    font-weight: 700;
  }
  .buynow .questionAndComment .questionAndComment-cc .question .question-cc .question-tips .question-tips-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(8 / 270 * 100%) 0;
    width: calc(261 / 305 * 100%);
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    margin: calc(20 / 270 * 100%) auto 0;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment {
    margin-top: calc(120 / 345 * 100%);
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-tt {
    font-size: 28px;
    letter-spacing: 0.37px;
    color: #323232;
    line-height: 1;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star {
    margin-top: calc(30 / 345 * 100%);
    align-items: flex-start;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-total {
    padding-right: 0;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-total .totaltt {
    margin-top: 8px;
    color: #747474;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail {
    flex: 1;
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item {
    display: flex;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item + .detail-item {
    margin-top: 10px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .star-progress {
    position: relative;
    margin-left: 10px;
    width: 122px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #E3E3E3;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .star-progress .jdt {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0%;
    transition: all 0.5s;
    background-color: #ffb82a;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum {
    margin-left: 10px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum2 {
    margin-left: 20px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum,
.buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-detail .detail-item .detailnum2 {
    color: #747474;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-btns {
    margin-left: 0;
    display: flex;
    width: 100%;
    margin-top: 40px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-btns .star-btn {
    flex: 1;
    width: auto;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    border-radius: 30px;
    border: 1px solid #278CFF;
    color: #278CFF;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-star .comment-star-btns .star-btn + .star-btn {
    margin-left: 10px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list {
    margin-top: 30px;
    flex: 1;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t {
    position: relative;
    display: flex;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    border-radius: 2px;
    background: #F3F3F7;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t .tab-t-item {
    font-size: 18px;
    padding: 13px 0;
    position: relative;
    cursor: pointer;
    color: #323232;
    font-weight: 500;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t .tab-t-item.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    border-radius: 2px;
    background: #278CFF;
    z-index: 2;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-t .tab-t-item + .tab-t-item {
    margin-left: 30px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem {
    display: none;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.active {
    display: block;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox {
    display: flex;
    flex-wrap: wrap;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg {
    overflow: hidden;
    margin: 10px 3% 0 0;
    position: relative;
    width: 48.5%;
    padding-top: 36.375%;
    border-radius: 8px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg:nth-child(3n) {
    margin: 10px 3% 0 0;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg:nth-child(4n) {
    margin: 10px 3% 0 0;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg:nth-child(7n) {
    margin: 10px 3% 0 0;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .imgbox .qimg:nth-child(2n) {
    margin-right: 0;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .linkbox {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .linkbox .link-l-icon + .link-l-icon {
    margin-left: 20px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .backbox {
    margin-top: 16px;
    font-size: 14px;
    color: #747474;
    width: 100%;
    background: #F3F3F7;
    padding: 8px 16px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .backbox .tt1 .b {
    font-weight: 700;
    color: #323232;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .bigitem.questionAndAn .backbox .tt3 {
    margin-top: 20px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item {
    display: flex;
    padding: 30px 0 20px;
    flex-direction: column;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item + .tab-c-list-item {
    border-top: 1px solid #F4F4F4;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar {
    display: flex;
    align-items: center;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-img {
    width: 50px;
    height: 50px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info {
    margin-left: 8px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 {
    display: flex;
    align-items: center;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 .starlist {
    margin-top: -4px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 .starlist .star {
    width: 15px;
    height: 15px;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-t1 .adate {
    margin-left: 6px;
    color: #747474;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .avatar .avatar-info .avatar-info-name {
    margin-top: 4px;
    font-weight: 700;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .tt {
    margin-top: 13px;
    font-weight: 700;
  }
  .buynow .questionAndComment .questionAndComment-cc .comment .comment-list .tab-c .tab-c-list .tab-c-list-item .dd {
    margin-top: 10px;
    color: #747474;
  }
  .buynow .questionAndComment .Service-support {
    margin-top: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .buynow .questionAndComment .Service-support .Service-support-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid #F3F3F7;
  }
  .buynow .questionAndComment .Service-support .Service-support-item:first-child {
    border-top: 1px solid #F3F3F7;
  }
  .buynow .questionAndComment .Service-support .Service-support-item .img {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 0px;
    overflow: visible;
  }
  .buynow .questionAndComment .Service-support .Service-support-item .tt {
    font-size: 12px;
    margin-left: 12px;
    text-align: center;
    margin-top: 0;
    color: #323232;
  }

  .help-page-about .toggle {
    float: left;
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 415px) {
  .afflist-apply {
    padding-top: 100px;
  }
  .afflist-apply .container {
    width: 100%;
  }
  .afflist-apply .container .box ul {
    white-space: nowrap;
    overflow-x: scroll;
    display: flex;
    float: inherit;
    padding-left: 53px;
    padding-right: 53px;
  }
  .afflist-apply .container .box li {
    margin-left: 0;
    min-width: 290px;
    padding-right: 20px;
  }
  .afflist-apply .container .box li .name {
    font-size: 18px;
  }
}